Merge pull request #1125 from kiwix/remove-windows-cross-compile

Remove Windows cross-compilation from CI
This commit is contained in:
Kelson 2024-09-08 19:34:27 +00:00 committed by GitHub
commit 9d0f6a3170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,8 +126,6 @@ jobs:
- linux-x86_64-dyn
- android-arm
- android-arm64
- win32-static
- win32-dyn
include:
- target: linux-x86_64-static
image_variant: focal
@ -153,18 +151,6 @@ jobs:
arch_name: aarch64-linux-android
run_test: false
coverage: false
- target: win32-static
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
run_test: false
coverage: false
- target: win32-dyn
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
run_test: false
coverage: false
env:
HOME: /home/runner
runs-on: ubuntu-20.04