Skip to content
Snippets Groups Projects
Commit 814a568d authored by Matthew Pickering's avatar Matthew Pickering Committed by sheaf
Browse files

ci: Move source-tarball and test-bootstrap into full-build

parent 5fb57236
No related branches found
No related tags found
No related merge requests found
......@@ -1238,7 +1238,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"
......@@ -1255,7 +1255,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment