-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
v8: build with gcc6 #36515
v8: build with gcc6 #36515
Conversation
@GrahamcOfBorg eval |
@GrahamcOfBorg build v8 |
Failure on x86_64-darwin (full log) Partial log (click to expand)
|
Success on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-linux (full log) Partial log (click to expand)
|
The build on darwin was broken since Feb 16 (https://hydra.nixos.org/build/69365537). |
pkgs/top-level/all-packages.nix
Outdated
@@ -11586,6 +11586,7 @@ with pkgs; | |||
inherit (python2Packages) python gyp; | |||
cctools = darwin.cctools; | |||
icu = icu58; # v8-5.4.232 fails against icu4c-59.1 | |||
stdenv = overrideCC stdenv gcc6; |
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.
Can you alter the compiler only on linux and not on darwin
at least?
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.
sure, will do
doesn't build with gcc 7 due to this issue in upstream code: https://bugs.chromium.org/p/chromium/issues/detail?id=614289
limited the compiler change to linux and squashed into one commit |
backport in 3c4c591 |
cc #31747 |
Motivation for this change
Doesn't build with gcc7 due to this issue in upstream code.
/cc ZHF #36453 - please backport to 18.03
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)