Skip to content

Commit

Permalink
🔧 give up on freethreaded windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Nov 12, 2024
1 parent 3a362fa commit 48ef56b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-13 ]
os: [ ubuntu-latest, macos-13 ] # windows-latest
qemu: [ '' ]
include:
# Split ubuntu job for the sake of speed-up
Expand Down Expand Up @@ -228,16 +228,16 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
env:
CIBW_BUILD_FRONTEND: pip
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD: git apply freethreaded.patch || true
CIBW_BEFORE_BUILD_WINDOWS: git apply freethreaded.patch || (exit 0)
CIBW_BUILD: cp313t*
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_BEFORE_ALL_WINDOWS: rustup target add aarch64-pc-windows-msvc
# CIBW_BEFORE_ALL_WINDOWS: rustup target add aarch64-pc-windows-msvc
CIBW_BEFORE_ALL_MACOS: rustup target add aarch64-apple-darwin
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
CIBW_ARCHS_MACOS: universal2
CIBW_ARCHS_WINDOWS: AMD64 ARM64
# CIBW_ARCHS_WINDOWS: AMD64 ARM64

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 48ef56b

Please sign in to comment.