]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Don't wait for Windows Docker image before doing Unix builds
authorSimon McVittie <smcv@collabora.com>
Fri, 1 Apr 2022 13:47:27 +0000 (14:47 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 1 Apr 2022 15:44:59 +0000 (15:44 +0000)
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>
.gitlab-ci.yml

index e30e3e9f6000debe2983cb90146313f96377f2d1..4ab3ed587fc8611bcad013a3c309116162db8f16 100644 (file)
@@ -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: