diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-03-03 14:06:44 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-03-09 06:03:53 +0100 |
commit | 9f3a24cf1f9a3a0e94102c69d92c3a8eea7debc4 (patch) | |
tree | 312c28a19ca1cc07817b708e85bfb44f2d0a616e /.gitlab-ci.yml | |
parent | d6eb39b554afa43392983e472de124ad8e6ee46e (diff) |
docker: Alpine build job depends on Alpine container
Add missing dependency build-system-alpine -> amd64-alpine-container.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210303130646.1494015-2-philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b6d495288..84eb4b0e5f 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 |