-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
julia_111{,-bin}: 1.11.1 -> 1.11.2, julia_19{,-bin}: drop #361178
Conversation
@ofborg build julia_111 julia_111-bin |
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.
julia_111
looks good, with 8 package failures out of 1000.
julia_111-bin
is failing on all package builds. Actually, it's also failing on master
with the same issue. The main error seems to be this:
> nix run --impure --expr 'with import ./. {}; julia_111-bin.withPackages ["Plots"]' -L
...
LoadError: GitError(Code:ERROR, Class:SSL, failed to load CA certificates: 0xffffc200 - PK - Read/write of file failed)
...
ERROR: Failed to precompile Pkg [44cfe95a-1eb2-52ea-b672-e2afdf69b78f] to "/build/home/.julia/compiled/v1.11/Pkg/jl_z0P6VE".
It probably doesn't need to block this PR, but Pkg
-related stuff in julia_111-bin
seems to have big problems at the moment (cf also #350590).
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.
LGTM, thanks!
I do still see these errors that we had with julia_111-bin
before, any idea what it's about?
[nix-shell:~/.cache/nixpkgs-review/pr-361178/nixpkgs]$ nix run .#julia_111-bin
warning: Git tree '/home/tom/.cache/nixpkgs-review/pr-361178/nixpkgs' is dirty
[ Info: Precompiling InteractiveUtils [b77e0a4c-d291-57a0-90e8-8db25a27a240] (cache misses: ocachefile invalid checksum (1), mismatched flags (1))
[ Info: Precompiling REPL [3fa0cd96-eef1-5676-8a61-b3b8758bbffb] (cache misses: wrong dep version loaded (1), mismatched flags (1))
Not yet, I will investigate. |
Can we backport this to 24.11? |
Successfully created backport PR for |
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.