diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-09-14 16:59:35 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-09-20 16:27:35 +0100 |
commit | 95b0af40ded2aa0b350a9d8cb4256146e3397e48 (patch) | |
tree | 9c6b2956644a07a25b3aae583b7b046651776dcb /.gitlab-ci.d | |
parent | 0fd8f7a2dfcb3abcccd7b20ae18c1924f5fae708 (diff) |
tests/docker: remove tricore qemu/debian10 dependency
We missed removing this dependency when we flattened the build.
Fixes: 39ce923732 (gitlab: enable a very minimal build with the tricore container)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220914155950.804707-16-alex.bennee@linaro.org>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/container-cross.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml index 67bbf19a27..611c6c0b39 100644 --- a/.gitlab-ci.d/container-cross.yml +++ b/.gitlab-ci.d/container-cross.yml @@ -148,7 +148,6 @@ sparc64-debian-cross-container: tricore-debian-cross-container: extends: .container_job_template stage: containers - needs: ['amd64-debian10-container'] variables: NAME: debian-tricore-cross |