python3{2..7}: known_fail on arm

This commit is contained in:
Joshua Root
2021-01-10 03:56:53 +11:00
parent 3436b722ad
commit 5d0542bdd2
6 changed files with 72 additions and 0 deletions
+12
View File
@@ -55,6 +55,18 @@ depends_lib port:bzip2 \
depends_run port:python_select \
port:python3_select
platform darwin arm {
known_fail yes
if {$build_arch ne "x86_64"} {
pre-fetch {
error "${name} cannot be built for Apple Silicon"
}
depends_build
depends_lib
depends_run
}
}
# blacklist llvm-gcc-4.2 compiler known to produce bad code
compiler.blacklist *llvm-gcc-4.2