diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-12-13 18:04:41 +0530 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-11 19:37:45 -0500 |
commit | 85473a098ea60fac1633c179397c640889ce58ea (patch) | |
tree | ffb28aa36c4bf29a97bf14b97123a5c2f0b6b755 /.gitlab | |
parent | 02cf4bc6d349514d6740886ebed660a0c444f3d4 (diff) | |
download | haskell-85473a098ea60fac1633c179397c640889ce58ea.tar.gz |
ci: test bootstrapping and use hadrian for source dists
Diffstat (limited to '.gitlab')
-rwxr-xr-x | .gitlab/ci.sh | 2 |
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:-}" \ |