summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-09-18 10:48:03 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-14 12:03:57 -0400
commit89f4d8e950a1ed2a3ffab424233d3bcd243b1771 (patch)
treeb11f62f73d26947b0f9b7c3868ba66f9ee9cef7a /.gitlab-ci.yml
parent0fc1cb54d1afc0f002deb4d080c9b824f423b647 (diff)
downloadhaskell-89f4d8e950a1ed2a3ffab424233d3bcd243b1771.tar.gz
Bump LLVM version to 10.0
Fixes #18267.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38e984a7c3..b6e31bf75a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -838,6 +838,9 @@ validate-x86_64-linux-fedora27:
stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora27:$DOCKER_REV"
variables:
+ # LLVM 10 is not available for Fedora27
+ LLC: /bin/false
+ OPT: /bin/false
TEST_ENV: "x86_64-linux-fedora27"
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-fedora27-linux.tar.xz"
cache: