-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
boehmgc: disable tests on aarch64-linux #309418
Conversation
179afb3
to
44a2d11
Compare
double whammy!
44a2d11
to
14c3b26
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1655 |
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.
Damn!
Successfully created backport PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin staging-24.05
git worktree add -d .worktree/backport-309418-to-staging-24.05 origin/staging-24.05
cd .worktree/backport-309418-to-staging-24.05
git switch --create backport-309418-to-staging-24.05
git cherry-pick -x 14c3b26610dcc86311393a2c0e3f01df048127fd |
Successfully created backport PR for |
double whammy!
Description of changes
on an x86_64-linux machine with the qemu-user for aarch64-linux:
nix-build -E 'with import (builtins.getFlake "github:nixos/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588") {}; boehmgc.overrideAttrs(o: {version = o.version + "-meow";})' --system aarch64-linux
(nixos-unstable)fails.
not building everything, hence staging target.
assuming previous
doCheck
condition is about a recent aarch64-darwin host running Rosetta emu for x86_64-darwin.don't be 100% i'm right, i'm very sleepy.
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.