-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
nix is not in binary cache for aarch64 #72717
Comments
Seems that Suggestion: increase the time limit for this particular test or decrease the number of cases for this test. Oddly enough this package has no maintainer, which is not ideal as this is a critical package because it's a direct dependency of CCing @dtzWill as he did most of the package changes recently. |
Perhaps it can just be dropped? Looks like all tags of 2.0 have the file, so maybe only needed for nix1? Only limits this issue to nix1, and kinda dodges the real issue of the tests taking too long on aarch64. |
Upstream: nlohmann/json#1816 . Shall we just drop the test on aarch64, or....? |
https://hydra.nixos.org/job/nixpkgs/trunk/nlohmann_json.aarch64-linux <-- limited data for 3.7.0 on trunk :). |
19.09 is blocked on this as well #72890 |
Workaround merged; reopen in case this reappears. |
Describe the bug
When building
nix
on aarch64, it should be fetched from binary cache. Instead I need to rebuild it, which is really time consuming because of recompilingnlohmann_json
.To Reproduce
Steps to reproduce the behavior:
nix-build test.nix
withtest.nix
:Expected behavior
nix
and all its dependencies should always be fetchable via the official binary cache.Additional context
nlohmann_json
is failing sometimes in hydra, which might cause the issue, see https://hydra.nixos.org/job/nixos/release-19.09-aarch64/nixpkgs.nlohmann_json.aarch64-linux. But asnix
depends on it, we should provide more stability in its build.Metadata
"aarch64-linux"
Linux 5.3.7, NixOS, 19.09.976.c75de8bc12c (Loris)
yes
yes
nix-env (Nix) 2.3
"home-manager, nixos-19.09.1046.a1b46bd1252, nur-gerschtli, unstable-20.03pre199897.471869c9185"
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
The text was updated successfully, but these errors were encountered: