mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
river{,-classic}: mark aarch64-linux as a badPlatform
These both run out of memory (using >100GiB) while building.
See also https://hydra.nixos.org/build/337732450
and https://hydra.nixos.org/build/337732451.
(cherry picked from commit 19a52e1c29)
This commit is contained in:
committed by
github-actions[bot]
parent
9190072aee
commit
08aabd98a7
@@ -104,5 +104,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rodrgz
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
badPlatforms = [
|
||||
# Runs out of memory (using > 100GiB) while building
|
||||
"aarch64-linux"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -108,5 +108,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
mainProgram = "river";
|
||||
platforms = lib.platforms.linux;
|
||||
badPlatforms = [
|
||||
# Runs out of memory (using > 100GiB) while building
|
||||
"aarch64-linux"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user