llvm_10: disable libpfm on aarch32

This is a speculative fix since the llvm_10 build runs OOM currently but it
should also be affected.

See parent commit for more info.
This commit is contained in:
Atemu 2020-05-03 07:54:24 +02:00
parent 00f35a4397
commit 896e2f4ba7

View file

@ -16,6 +16,7 @@
, enableSharedLibraries ? true
, enablePFM ? !(stdenv.isDarwin
|| stdenv.isAarch64 # broken for Ampere eMAG 8180 (c2.large.arm on Packet) #56245
|| stdenv.isAarch32 # broken for the armv7l builder
)
, enablePolly ? true
}: