From 65edb00539cc25bf1fbb79444c672e66e56f598b Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 9 Feb 2021 10:26:55 +0100 Subject: [PATCH] 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: 77296c807b18d22286be4b0ba5595d13103910a1 Signed-off-by: Andrea Bolognani --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5221e8b5b6..5779b1b8b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -486,7 +486,7 @@ mipsel-debian-10: s390x-debian-sid: extends: .cross_build_job needs: - - s390x-debian-10-container + - s390x-debian-sid-container variables: NAME: debian-sid CROSS: s390x @@ -502,7 +502,7 @@ i686-debian-sid: ppc64le-debian-sid: extends: .cross_build_job needs: - - ppc64le-debian-10-container + - ppc64le-debian-sid-container variables: NAME: debian-sid CROSS: ppc64le -- 2.47.2