Skip to content

Commit

Permalink
Remove linux cross-compilation of win32
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 20, 2024
1 parent f01bd8c commit f8be8e4
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 @@ -160,8 +160,6 @@ jobs:
- linux-aarch64-dyn
- android-arm
- android-arm64
- win32-static
- win32-dyn
- wasm
with_xapian:
- true
Expand Down Expand Up @@ -203,18 +201,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
- target: wasm
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
Expand Down

0 comments on commit f8be8e4

Please sign in to comment.