mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-03 00:31:15 -08:00
comment out aarch64 jobs for now
They cause enormous build times because they recompile a `rustc` on a Qemu based aarch64 system. Until we find a solution for this, let's ignore them in CI.
This commit is contained in:
2
.github/workflows/nix.yaml
vendored
2
.github/workflows/nix.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
matrix:
|
||||
nix-system:
|
||||
- x86_64-linux
|
||||
- aarch64-linux
|
||||
# - aarch64-linux
|
||||
derivation:
|
||||
- rosenpass
|
||||
- rosenpass-static
|
||||
|
||||
Reference in New Issue
Block a user