Remove Windows binaries cross-compile from CI

This commit is contained in:
Emmanuel Engelhart 2024-09-07 15:03:10 +02:00 committed by Kelson
parent 84faf9c09e
commit f0a8643603

View File

@ -60,8 +60,6 @@ jobs:
target: target:
- linux-x86_64-static - linux-x86_64-static
- linux-x86_64-dyn - linux-x86_64-dyn
- win32-static
- win32-dyn
include: include:
- target: linux-x86_64-static - target: linux-x86_64-static
image_variant: focal image_variant: focal
@ -71,14 +69,6 @@ jobs:
image_variant: focal image_variant: focal
lib_postfix: '/x86_64-linux-gnu' lib_postfix: '/x86_64-linux-gnu'
arch_name: linux-x86_64 arch_name: linux-x86_64
- target: win32-static
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
- target: win32-dyn
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
env: env:
HOME: /home/runner HOME: /home/runner
runs-on: ubuntu-latest runs-on: ubuntu-latest