diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-30 14:10:57 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-01 07:44:52 -0400 |
commit | a12a3cab7a58549cb1965872da8d9c10402b962d (patch) | |
tree | 5d2b915eec5aea4bec9b20f6f0b5c41c061f5dd8 /.gitlab-ci.yml | |
parent | 9004be3cb19d914fa723082d35689afabede796b (diff) | |
download | haskell-a12a3cab7a58549cb1965872da8d9c10402b962d.tar.gz |
ci: Don't try to run ./boot when testing bootstrap of source dist
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aefa6ee42f..f700eab3bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -587,6 +587,7 @@ test-bootstrap: TEST_ENV: "x86_64-linux-deb10-hadrian" BIN_DIST_NAME: "ghc-x86_64-deb10-linux" BUILD_FLAVOUR: "validate" + NO_BOOT: "1" rules: - if: $NIGHTLY - if: '$RELEASE_JOB == "yes"' |