Merge pull request #96337 from saschagrunert/staging-libseecomp-arch
libseccomp: disable RISC-V 32bit architecture
This commit is contained in:
commit
57ea612537
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = [
|
badPlatforms = [
|
||||||
"alpha-linux"
|
"alpha-linux"
|
||||||
|
"riscv32-linux"
|
||||||
"sparc-linux"
|
"sparc-linux"
|
||||||
"sparc64-linux"
|
"sparc64-linux"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue