-
Notifications
You must be signed in to change notification settings - Fork 644
Test using Julia v1.13 in Yggdrasil (v2) #11683
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
base: master
Are you sure you want to change the base?
Conversation
|
|
Odd. I was getting a github perm issue acquiring a push lock or something. |
450a49f to
ff13cf8
Compare
|
@giordano it seems we're getting build errors that I don't think we saw before. I guess there are other julia issues with nightly getting in the way of testing Pkg out? |
5aea937 to
91b1723
Compare
| BuildDependency("Objconv_jll"), | ||
| # needed for suitesparse >= 7.2.0 | ||
| HostBuildDependency(PackageSpec(; name="CMake_jll", version = v"3.24.3")) | ||
| HostBuildDependency(PackageSpec(; name="CMake_jll", version = "3.24.3")) |
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.
Why is this changed?
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.
v"3.24.3+0" exists, but v"3.24.3" doesn't. We need to give this as a string to signify its a package spec rather than a fixed version.
e6dfdcc to
d54042c
Compare
|
@IanButterworth something is failing still. |
|
Yeah a resolver issue on 1.7 and 1.8. |
|
Libunwind for riscv64 in v1.13 can't be found, do we have the wrong version in the recipe or Pkg is resolving it incorrectly? |
HistoricalStdlibVersions probably is out of date |
|
Related issue JuliaLang/Pkg.jl#4335 The libjulia script specifies a stdlib versions specifically, which is basically invalid unless we're resolving with |
826c333 to
2d9bbef
Compare
|
1.7.0 is erroring with
Basically 1.7 (and 1.8) are invalid in ways that are probably too complicated to fix. @benlorenz is going to look into whether we can drop 1.7 and 1.8 builds for LibJulia |
|
This is basically complete. The only thing left to test is nightly once JuliaLang/julia#59093 has nightlies out, which will error if Pkg isn't going to install the stdlib version you're actually requesting |
Packages depending on
|
4e9a4a0 to
3360643
Compare
|
Rebased on top of #12226 to test JuliaLang/Pkg.jl#4403 |
|
|
Needs a rebase to run CI after #12273 |
00f4dff to
b4afa34
Compare
b4afa34 to
c7bd460
Compare
|
c7bd460 to
c342906
Compare
|
Probably needs to wait for x86_64-linux-gnu tests in https://buildkite.com/julialang/julia-master/builds/51786 to finish successfully, so that the nightly build which includes the fix for JuliaLang/julia#59956 will actually be available. |
I can't push to #10524 so opening this