diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-02-22 13:09:19 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-02-23 08:13:52 +0100 |
commit | 8b47ec7abe4f91b89c6a411f384ef3e8d663841c (patch) | |
tree | c38d01cf28fe0f881246b962051426c7c9d360ab /tests/lcitool | |
parent | 34fabc85e0c626999768995ec3eff1c5a5143354 (diff) |
.gitlab-ci.d: Drop cross-win32-system job
We don't support 32-bit Windows any more, so we don't need to defend it
with this CI job.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20240222130920.362517-3-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool')
-rwxr-xr-x | tests/lcitool/refresh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 0c93557ad6..fe7692c500 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -192,11 +192,6 @@ try: trailer=cross_build("s390x-linux-gnu-", "s390x-softmmu,s390x-linux-user")) - generate_dockerfile("fedora-win32-cross", "fedora-38", - cross="mingw32", - trailer=cross_build("i686-w64-mingw32-", - "i386-softmmu")) - generate_dockerfile("fedora-win64-cross", "fedora-38", cross="mingw64", trailer=cross_build("x86_64-w64-mingw32-", |