1

fix allowed toolchains

This commit is contained in:
Motiejus Jakštys 2021-08-06 12:19:11 +03:00
parent 76774cd384
commit 741289bddd

View File

@ -57,9 +57,8 @@ _GLIBCS = [
] ]
DEFAULT_TOOLCHAINS = [ DEFAULT_TOOLCHAINS = [
"linux_arm64_gnu.2.19", # Debian Jessie arm64 "linux_arm64_gnu.2.28", # There is a problem with fcntl on arm64, this is WIP
#"linux_amd64_gnu.2.19", # there is a problem with fcntl on arm64, this is WIP "linux_amd64_gnu.2.19", # Debian Jessie amd64
"linux_amd64_gnu.2.28", # there is a problem with fcntl on arm64, this is WIP
"darwin_amd64", "darwin_amd64",
"darwin_arm64", "darwin_arm64",
] ]