summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-04 23:18:31 -0500
committerBen Gamari <ben@smart-cactus.org>2022-03-04 23:18:31 -0500
commitfbaee70d380973f71fa6e9e15be746532e5a4fc5 (patch)
tree6c90dfd7857da4109866b5da17fb81b8798edcc1
parentc247358d4758d7643e2e69122d1164daa52d3638 (diff)
downloadhaskell-fbaee70d380973f71fa6e9e15be746532e5a4fc5.tar.gz
gitlab-ci: Fix Alpine-intger-simple jobghc-9.2.2-release
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b4d78b7c3..b99942c5db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -984,7 +984,7 @@ release-x86_64-linux-alpine-integer-simple:
- .release
variables:
BIGNUM_BACKEND: native
- HADRIAN_ARGS: "--docs=no-sphinx --integer-simple"
+ HADRIAN_ARGS: "--docs=no-sphinx"
BUILD_FLAVOUR: "static"
release-x86_64-linux-alpine-integer-gmp: