summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-08 07:35:08 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-11 17:48:54 -0400
commit8a20938459ee8cd2f251faac97904aa5c9da7ec1 (patch)
tree2805affd386d5aeed89a134a01a4e50c94710c29
parentd5c899d1f62a58fedab29640a47fdb6e9590b9ea (diff)
downloadhaskell-8a20938459ee8cd2f251faac97904aa5c9da7ec1.tar.gz
head.hackage: Run builds with -dcore-lint
-rw-r--r--.gitlab/start-head.hackage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/start-head.hackage.sh b/.gitlab/start-head.hackage.sh
index e948ae2319..12771fd029 100644
--- a/.gitlab/start-head.hackage.sh
+++ b/.gitlab/start-head.hackage.sh
@@ -24,6 +24,7 @@ curl --silent --show-error \
-F "token=$HEAD_HACKAGE_TRIGGER_TOKEN" \
-F "ref=master" \
-F "variables[GHC_PIPELINE_ID]=$CI_PIPELINE_ID" \
+ -F "variables[EXTRA_HC_OPTS]=-dcore-lint" \
https://gitlab.haskell.org/api/v4/projects/$HEAD_HACKAGE_PROJECT_ID/trigger/pipeline \
| tee resp.json