Skip to content

Commit

Permalink
.gitlab-ci.d: Drop cross-win32-system job
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pm215 authored and huth committed Feb 23, 2024
1 parent 34fabc8 commit 8b47ec7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 135 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.d/container-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ cris-fedora-cross-container:
variables:
NAME: fedora-cris-cross

win32-fedora-cross-container:
extends: .container_job_template
variables:
NAME: fedora-win32-cross

win64-fedora-cross-container:
extends: .container_job_template
variables:
Expand Down
14 changes: 0 additions & 14 deletions .gitlab-ci.d/crossbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,20 +159,6 @@ cross-mips64el-kvm-only:
IMAGE: debian-mips64el-cross
EXTRA_CONFIGURE_OPTS: --disable-tcg --target-list=mips64el-softmmu

cross-win32-system:
extends: .cross_system_build_job
needs:
job: win32-fedora-cross-container
variables:
IMAGE: fedora-win32-cross
EXTRA_CONFIGURE_OPTS: --enable-fdt=internal
CROSS_SKIP_TARGETS: alpha-softmmu avr-softmmu hppa-softmmu m68k-softmmu
microblazeel-softmmu mips64el-softmmu nios2-softmmu
artifacts:
when: on_success
paths:
- build/qemu-setup*.exe

cross-win64-system:
extends: .cross_system_build_job
needs:
Expand Down
111 changes: 0 additions & 111 deletions tests/docker/dockerfiles/fedora-win32-cross.docker

This file was deleted.

5 changes: 0 additions & 5 deletions tests/lcitool/refresh
Original file line number Diff line number Diff line change
Expand Up @@ -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-",
Expand Down

0 comments on commit 8b47ec7

Please sign in to comment.