summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-06-28 17:44:34 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-29 15:36:42 -0400
commit2ce7c5153f36dc254f65f766d73ef92251b5aaf7 (patch)
tree893afe670aaa76b18604fbe3c5b085f169e9b301
parent4e9f58c759f16a3a20c338799a5b83d334c2778d (diff)
downloadhaskell-2ce7c5153f36dc254f65f766d73ef92251b5aaf7.tar.gz
ci: Don't allow aarch64-darwin to fail
Part way to #20013
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eaa577a1a2..a460c260bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -662,9 +662,6 @@ validate-aarch64-darwin:
tags:
- aarch64-darwin-m1
- # for now make this non mandatory to pass.
- allow_failure: true
-
variables:
TEST_TYPE: test
MAKE_ARGS: "-Werror"