On Wed, Mar 03, 2021 at 02:06:44PM +0100, Philippe Mathieu-Daudé wrote: > Add missing dependency build-system-alpine -> amd64-alpine-container. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > .gitlab-ci.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index 8b6d495288d..84eb4b0e5f0 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -76,6 +76,8 @@ include: > > build-system-alpine: > <<: *native_build_job_definition > + needs: > + - job: amd64-alpine-container > variables: > IMAGE: alpine > TARGETS: aarch64-softmmu alpha-softmmu cris-softmmu hppa-softmmu
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
