diff options
author | Thomas Huth <thuth@redhat.com> | 2020-09-25 16:40:24 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-10-02 12:29:11 +0100 |
commit | 4a73cefbdaa3ac7dc470036ba07fab899da73f77 (patch) | |
tree | 6ceb8be1a46e5a56fbd0caaa965831bd474566c6 | |
parent | cf63177e59206afbfe7c8c904fad72bb7ebf59ae (diff) | |
download | qemu-4a73cefbdaa3ac7dc470036ba07fab899da73f77.zip qemu-4a73cefbdaa3ac7dc470036ba07fab899da73f77.tar.gz qemu-4a73cefbdaa3ac7dc470036ba07fab899da73f77.tar.bz2 |
shippable.yml: Remove the Debian9-based MinGW cross-compiler tests
We're not supporting Debian 9 anymore, and we are now testing
MinGW cross-compiler builds in the gitlab-CI, too, so we do not
really need these jobs in the shippable.yml anymore.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200921174320.46062-5-thuth@redhat.com>
Message-Id: <20200925154027.12672-13-alex.bennee@linaro.org>
-rw-r--r-- | .shippable.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.shippable.yml b/.shippable.yml index 0b4fd6d..14350e6 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -7,10 +7,6 @@ env: matrix: - IMAGE=debian-amd64 TARGET_LIST=x86_64-softmmu,x86_64-linux-user - - IMAGE=debian-win32-cross - TARGET_LIST=arm-softmmu,i386-softmmu - - IMAGE=debian-win64-cross - TARGET_LIST=aarch64-softmmu,sparc64-softmmu,x86_64-softmmu - IMAGE=debian-armel-cross TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-armhf-cross |