summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-12-13 18:04:41 +0530
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-11 19:37:45 -0500
commit85473a098ea60fac1633c179397c640889ce58ea (patch)
treeffb28aa36c4bf29a97bf14b97123a5c2f0b6b755 /.gitlab
parent02cf4bc6d349514d6740886ebed660a0c444f3d4 (diff)
downloadhaskell-85473a098ea60fac1633c179397c640889ce58ea.tar.gz
ci: test bootstrapping and use hadrian for source dists
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 054e429042..776eff3a4a 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -578,7 +578,7 @@ function run_hadrian() {
# Before running the compiler, unset variables gitlab env vars as these
# can destabilise the performance test (see #20341)
(unset $(compgen -v | grep CI_*);
- run hadrian/build-cabal \
+ run "${HADRIAN_PATH:-hadrian/build-cabal}" \
--flavour="$BUILD_FLAVOUR" \
-j"$cores" \
--broken-test="${BROKEN_TESTS:-}" \