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>
This commit is contained in:
Simon McVittie 2022-04-01 14:47:27 +01:00
parent f52b4b1d2d
commit 73b87a92f8

View 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: