From 814a568d51d675397328d6118825c6c7e66b26e6 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Wed, 26 Jan 2022 10:08:50 +0000 Subject: [PATCH] ci: Move source-tarball and test-bootstrap into full-build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aeff2f59113..f6e83fc1f8e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab