diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-01-26 10:08:50 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-01-26 10:08:50 +0000 |
commit | 4020d99a6ade01ae252bee5b24348793ca0f23b2 (patch) | |
tree | ebad9cdaba0ab258a09f27558ce7e60d7468aa30 | |
parent | 781323a3076781b5db50bdbeb8f64394add43836 (diff) | |
download | haskell-wip/fiddle-bootstrap-job.tar.gz |
ci: Move source-tarball and test-bootstrap into full-buildwip/fiddle-bootstrap-job
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c3099889..d3029aef6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1242,7 +1242,7 @@ doc-tarball: - mv docs/*.tar.xz docs/index.html . source-tarball: - stage: packaging + stage: full-build tags: - x86_64-linux image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV" @@ -1259,7 +1259,7 @@ source-tarball: - python3 ./hadrian/bootstrap/bootstrap.py -w $GHC fetch -o hadrian-bootstrap-sources-$GHC_VERSION test-bootstrap: - stage: packaging + stage: full-build needs: [source-tarball] tags: - x86_64-linux |