summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-01 14:47:27 +0100
committerSimon McVittie <smcv@collabora.com>2022-04-01 15:44:59 +0000
commit73b87a92f881504ae91eb83c7a7593e4ace3ae2c (patch)
tree27a9a5f4001e6131181828e8c7c563ac721aa62b /.gitlab-ci.yml
parentf52b4b1d2dc77e2841368c0e89a448425bf7f0d4 (diff)
downloaddbus-73b87a92f881504ae91eb83c7a7593e4ace3ae2c.tar.gz
CI: Don't wait for Windows Docker image before doing Unix builds
The default in Gitlab-CI is that each job waits for all jobs in previous stages to complete, but we can override this default by explicitly saying that there are no prerequisites. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e30e3e9f..4ab3ed58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,6 +72,8 @@ windows amd64 docker:
.unix-host-build:
stage: build
+ # No need to wait for the Windows Docker image to be built
+ needs: []
cache:
key: ${CI_JOB_NAME}
paths: