-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#18848) mold: drop 1.3.1, add package_type
* mold: migrate 1.3.1 to Conan v2, adjust exported vars * mold/1.3.1: drop outdated recipe * mold: tweak conf variable Co-authored-by: Uilian Ries <uilianries@gmail.com> --------- Co-authored-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
dfb179a
commit eb0cfc9
Showing
6 changed files
with
39 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ def build_requirements(self): | |
def test(self): | ||
if can_run(self): | ||
self.run("mold -v") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
versions: | ||
"2.0.0": | ||
folder: all | ||
"1.3.1": | ||
folder: 1.3.1 | ||
"1.4.2": | ||
folder: all | ||
"1.5.1": | ||
|