summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-11 00:05:08 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-14 21:33:19 -0400
commit2379722438cb551210c4899119ade05989c17166 (patch)
treee38315e8bfa2e5699e526e2d0bf355df7bfa3cf1 /.gitlab-ci.yml
parent4c259f86938f4016f4bd4fde7a300fa83591036f (diff)
downloadhaskell-2379722438cb551210c4899119ade05989c17166.tar.gz
.gitlab: re-enable integer-simple substitute (BIGNUM_BACKEND)
Recently build system migrated from INTEGER_LIBRARY to BIGNUM_BACKEND. But gitlab CI was never updated. Let's enable BIGNUM_BACKEND=native. Bug: https://gitlab.haskell.org/ghc/ghc/-/issues/18437 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9917a7c5d3..21047966f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -603,7 +603,7 @@ validate-x86_64-linux-deb9-integer-simple:
stage: full-build
variables:
BUILD_FLAVOUR: validate
- INTEGER_LIBRARY: integer-simple
+ BIGNUM_BACKEND: native
TEST_ENV: "x86_64-linux-deb9-integer-simple-validate"
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux-integer-simple.tar.xz"
@@ -612,7 +612,7 @@ nightly-x86_64-linux-deb9-integer-simple:
extends: .build-x86_64-linux-deb9
stage: full-build
variables:
- INTEGER_LIBRARY: integer-simple
+ BIGNUM_BACKEND: native
TEST_ENV: "x86_64-linux-deb9-integer-simple"
TEST_TYPE: slowtest
@@ -879,7 +879,7 @@ release-x86_64-windows-integer-simple:
<<: *release
extends: validate-x86_64-windows
variables:
- INTEGER_LIBRARY: integer-simple
+ BIGNUM_BACKEND: native
BUILD_FLAVOUR: "perf"