-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [CI] Add a job running with Julia nightly * Adapt some Pkg function calls for nightly * More `VesionSpec` fixes * Upgrade `collect_jlls()` to handle Manifest format v2.0 * Properly download stdlibs on later versions of Julia We use some new tricks to properly identify and download the correct version of a stdlib JLL, dodging resolution where we need to. * Patch for Julia v1.6 * Run tests with Julia v1.7 as well * Work around Pkg bug, make it work in v1.7 * Require Julia v1.7 * Cleanup Pkg internals nightmare, add `get_addable_spec()` This cleans up our `Pkg` usage a bit, reducing the likelihood that changes in the future will break us, and allows us to use `Pkg.add()` to get stdlibs. * Add test for `get_addable_spec` Co-authored-by: Elliot Saba <[email protected]>
- Loading branch information
1 parent
9db5309
commit 74fd093
Showing
12 changed files
with
289 additions
and
92 deletions.
There are no files selected for viewing
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
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,14 +1,15 @@ | ||
name = "BinaryBuilderBase" | ||
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e" | ||
authors = ["Elliot Saba <[email protected]>"] | ||
version = "1.3.0" | ||
version = "1.4.0" | ||
|
||
[deps] | ||
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433" | ||
LibGit2_jll = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" | ||
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
OutputCollectors = "6c11c7d4-943b-4e2b-80de-f2cfc2930a8c" | ||
|
@@ -30,7 +31,7 @@ OutputCollectors = "0.1" | |
Scratch = "1.0" | ||
SimpleBufferStream = "1" | ||
Tar = "1.7" | ||
julia = "~1.6" | ||
julia = "1.7" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
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
Oops, something went wrong.
74fd093
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
74fd093
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/52470
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: