Allow more failures

This commit is contained in:
Julian Ospald 2021-06-12 16:08:30 +02:00
parent 94e5d2e19f
commit a396b6044d
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,7 @@ test:mac:recommended:aarch64:
GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0"
needs: []
allow_failure: true
######## freebsd test ########
@ -388,6 +389,7 @@ release:darwin:aarch64:
GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0"
MACOSX_DEPLOYMENT_TARGET: "10.7"
allow_failure: true
######## freebsd release ########
@ -405,6 +407,7 @@ release:freebsd:
ARTIFACT: "x86_64-portbld-freebsd-ghcup"
GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0"
allow_failure: true
######## windows release ########