-
-
Notifications
You must be signed in to change notification settings - Fork 283
Fixes for julia_version. Expand and consolidate julia_version tests. #4151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for julia_version. Expand and consolidate julia_version tests. #4151
Conversation
627aea8 to
775f3a1
Compare
from JuliaPackaging/JLLPrefixes.jl#6 (comment) Co-Authored-By: Mosè Giordano <[email protected]> Co-Authored-By: Elliot Saba <[email protected]> Co-Authored-By: Mark Kittisopikul <[email protected]>
775f3a1 to
c64e2b8
Compare
| libcxxwrap_julia_jll_UUID = Base.UUID("3eaa8342-bff7-56a5-9981-c04077f7cee7") | ||
| libblastrampoline_jll_UUID = Base.UUID("8e850b90-86db-534c-a0d3-1478176c7d93") | ||
|
|
||
| isolate(loaded_depot=true) do |
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.
Tests below this are new
|
What's the status of using BB together with this and a new julia version? |
|
Untested. @giordano do BB test run locally? |
|
Can't do it right now, but relevant tests are in https://github.com/JuliaPackaging/BinaryBuilderBase.jl, in particular the I'm happy to make adjustments in BBB if necessary, as long as there's some guarantee we have something stable to rely on (and tests in this PR should help). |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
@giordano @staticfloat I've requested review mainly for the stuff in |
I need to look at it better, but this issue may have been solved by |
| # pkg.exts = p.exts # TODO: STDLIBS_BY_VERSION doesn't record this | ||
| # pkg.entryfile = p.entryfile # TODO: STDLIBS_BY_VERSION doesn't record this |
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.
Opened an issue JuliaPackaging/HistoricalStdlibVersions.jl#32
877eb14 to
339adc5
Compare
339adc5 to
04e48fd
Compare
test/historical_stdlib_version.jl
Outdated
| @test isdir(src) | ||
| @test isfile(joinpath(src, "Artifacts.toml")) |
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.
These are both failing, so #2930 remains an issue
staticfloat
left a comment
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.
This is great, thank you for taking this on, Ian!
giordano
left a comment
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.
🚀
… tests. (#4151)" (#4255) Co-authored-by: KristofferC <[email protected]> Fixes for julia_version. Expand and consolidate julia_version tests. (#4151)"
Trying to clear the block for BinaryBuilder updating to a recent julia version.
Base.runtests. It's been a pain to manage the manual install for with the latest version, so just test it on Pkg repo CIjulia_versiontests into a single file to easier maintenancefixups_from_projectfile!to useSTDLIBS_BY_VERSIONFixes a few issues