mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
gitlab: Fix build container dependencies for build jobs
A couple of these were wrong, resulting in the build job not
waiting for the correct container to be built before starting.
Fixes: 77296c807b
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
f834c341fb
commit
65edb00539
@ -486,7 +486,7 @@ mipsel-debian-10:
|
|||||||
s390x-debian-sid:
|
s390x-debian-sid:
|
||||||
extends: .cross_build_job
|
extends: .cross_build_job
|
||||||
needs:
|
needs:
|
||||||
- s390x-debian-10-container
|
- s390x-debian-sid-container
|
||||||
variables:
|
variables:
|
||||||
NAME: debian-sid
|
NAME: debian-sid
|
||||||
CROSS: s390x
|
CROSS: s390x
|
||||||
@ -502,7 +502,7 @@ i686-debian-sid:
|
|||||||
ppc64le-debian-sid:
|
ppc64le-debian-sid:
|
||||||
extends: .cross_build_job
|
extends: .cross_build_job
|
||||||
needs:
|
needs:
|
||||||
- ppc64le-debian-10-container
|
- ppc64le-debian-sid-container
|
||||||
variables:
|
variables:
|
||||||
NAME: debian-sid
|
NAME: debian-sid
|
||||||
CROSS: ppc64le
|
CROSS: ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user