-
-
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
dtc: disable checks for darwin #131352
dtc: disable checks for darwin #131352
Conversation
Hey @sequencer 👋 Due to missing hadware I can't verify the issues on aarch64-darwin. Can you please check if this properly builds and if the resulting tools are working as expected on aarch64 darwin? |
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec { | |||
makeFlags = [ "PYTHON=python" ]; | |||
installFlags = [ "INSTALL=install" "PREFIX=$(out)" "SETUP_PREFIX=$(out)" ]; | |||
|
|||
doCheck = true; | |||
doCheck = !stdenv.isDarwin; |
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.
Please add a comment why you disabled tests.
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.
done
The tests fail on darwin aarch64. NixOS#118700 (comment) Reported-by: Jiuyang Liu (sequencer)
test with command below:
|
Motivation for this change
The tests fail on darwin aarch64.
#118700 (comment)
Reported-by: Jiuyang Liu (@sequencer)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)