diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-28 17:44:34 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-28 17:45:09 +0100 |
commit | 15185216b43829993a5ff74b643c502997f5eea6 (patch) | |
tree | 99f19109db38862afa5f0c32c8ee87d0b95bb61e | |
parent | d4c43df13d428b1acee2149618f8503580303486 (diff) | |
download | haskell-wip/ci-darwin.tar.gz |
ci: Don't allow aarch64-darwin to failwip/ci-darwin
Part way to #20013
-rw-r--r-- | .gitlab-ci.yml | 3 |
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" |