Skip to content
Snippets Groups Projects
Verified Commit a396b604 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Allow more failures

parent 94e5d2e1
No related branches found
No related tags found
No related merge requests found
Pipeline #36786 passed with warnings
...@@ -278,6 +278,7 @@ test:mac:recommended:aarch64: ...@@ -278,6 +278,7 @@ test:mac:recommended:aarch64:
GHC_VERSION: "8.10.5" GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0" CABAL_VERSION: "3.4.0.0"
needs: [] needs: []
allow_failure: true
######## freebsd test ######## ######## freebsd test ########
...@@ -388,6 +389,7 @@ release:darwin:aarch64: ...@@ -388,6 +389,7 @@ release:darwin:aarch64:
GHC_VERSION: "8.10.5" GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0" CABAL_VERSION: "3.4.0.0"
MACOSX_DEPLOYMENT_TARGET: "10.7" MACOSX_DEPLOYMENT_TARGET: "10.7"
allow_failure: true
######## freebsd release ######## ######## freebsd release ########
...@@ -405,6 +407,7 @@ release:freebsd: ...@@ -405,6 +407,7 @@ release:freebsd:
ARTIFACT: "x86_64-portbld-freebsd-ghcup" ARTIFACT: "x86_64-portbld-freebsd-ghcup"
GHC_VERSION: "8.10.5" GHC_VERSION: "8.10.5"
CABAL_VERSION: "3.4.0.0" CABAL_VERSION: "3.4.0.0"
allow_failure: true
######## windows release ######## ######## windows release ########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment