summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-06-09 18:27:35 +0530
committerZubin <zubin.duggal@gmail.com>2021-06-23 06:54:13 +0000
commit8306501020cd66f683ad9c215fa8e16c2d62357d (patch)
tree1d6293b3604abfe5f852a854c8e57af7c256734c
parent86d9e0765381acb89a967e27d2b2d9c3904809cb (diff)
downloadhaskell-wip/ghc-8.10-alpine-integer-simple.tar.gz
Use --integer-simple in ci builds for alpinewip/ghc-8.10-alpine-integer-simple
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4421c0d6df..90d5f03369 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -949,7 +949,7 @@ release-x86_64-linux-deb8:
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-alpine-linux.tar.xz"
# Can't use ld.gold due to #13958.
CONFIGURE_ARGS: "--disable-ld-override"
- HADRIAN_ARGS: "--docs=no-sphinx"
+ HADRIAN_ARGS: "--docs=no-sphinx --integer-simple"
# encoding004 due to lack of locale support
# T10458 due to fact that dynamic linker tries to reload libAS
BROKEN_TESTS: "encoding004 T10458"