Skip to content

Commit

Permalink
Merge pull request #1125 from kiwix/remove-windows-cross-compile
Browse files Browse the repository at this point in the history
Remove Windows cross-compilation from CI
  • Loading branch information
kelson42 committed Sep 8, 2024
2 parents 3d95b38 + c16ed0a commit 9d0f6a3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9d0f6a3

Please sign in to comment.