river{,-classic}: mark aarch64-linux as a badPlatform (#543338)

This commit is contained in:
Adam C. Stephens
2026-07-19 00:19:56 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -104,5 +104,9 @@ stdenv.mkDerivation (finalAttrs: {
rodrgz
];
platforms = lib.platforms.linux;
badPlatforms = [
# Runs out of memory (using > 100GiB) while building
"aarch64-linux"
];
};
})
+4
View File
@@ -109,5 +109,9 @@ stdenv.mkDerivation (finalAttrs: {
];
mainProgram = "river";
platforms = lib.platforms.linux;
badPlatforms = [
# Runs out of memory (using > 100GiB) while building
"aarch64-linux"
];
};
})