diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-01-26 10:08:50 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-26 19:48:22 -0500 |
commit | 3577defb3c298578339977c6b8865dff144b7ffa (patch) | |
tree | 358bf35fd503442161d372ea530d6b506c0fb9c4 /.gitlab-ci.yml | |
parent | 4007905d8b42f66a50612eed79a0f1097836dd3d (diff) | |
download | haskell-3577defb3c298578339977c6b8865dff144b7ffa.tar.gz |
ci: Move source-tarball and test-bootstrap into full-build
Diffstat (limited to '.gitlab-ci.yml')
-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 |