-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
default-gcc-version: 12 -> 13 if stdenv.isDarwin #284165
Conversation
I was going to say this shouldn’t affect the DXVK issue because it’s cross-compiling to Windows, but apparently the cross compiler version is based on your platform’s default GCC. That’s … unexpected (and somewhat unhelpful). The MoltenVK issue is going to be addressed this weekend. In the meantime, Wine can be tested by building it without Vulkan support. If it’s already building on Linux, I don’t expect problems with Wine on Darwin beyond the usual. |
Well, what's the risk of mass breakage that won't be solvable within a couple days? (I'm afraid I won't be spending much energy on darwin-only stuff.) |
If it was really risky in this sense, I could create a separate jobset for this PR instead. |
@wegank: did you mean that you'd like a Hydra jobset? (by that 👍🏽) |
Yes, I'd like a Hydra jobset. |
Let's base it on some recent commit that's (most likely) not very broken? Say, this one? https://hydra.nixos.org/eval/1805154#tabs-inputs |
7be8308
to
aab705b
Compare
I can't reproduce any failures with a red cross except for @vcunat Is the new failures count (994) okay or should the failing jobs be re-run to reduce it? |
|
If I haven't misread the new failures count (which is now 13), the GCC bump on aarch64-darwin is pretty safe. I don't think it's necessary to have a jobset run on x86_64-darwin: GCC and GFortran are officially supported there, it's even less likely to break than on aarch64-darwin. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Description of changes
I imagine this would rebuild
liblapack
, sincegfortran
is now at 13. An easy test would then be to see ifpython3Packages.numpy
still works. (EDIT: OK)Also Wine according to #283642. (EDIT: OK)
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.