Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 29, 2024
1 parent cb5e1fd commit 26da9ff
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ jobs:
arch: ['arm64', 'x86_64']
os: ['ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2019']
exclude:
# DEBUG, TO BE REMOVED
- {os: windows-2019, arch: x86_64}
- {os: ubuntu-22.04, arch: arm64}
- {os: macos-13, arch: x86_64}

# remove mismatched arch for macOS
- {os: macos-14, arch: x86_64}
- {os: macos-13, arch: arm64}
Expand All @@ -123,26 +128,26 @@ jobs:
arch: x86_64
rust-target: x86_64-unknown-linux-gnu
cibw-arch: x86_64
- name: arm64 Linux
os: ubuntu-22.04
arch: arm64
rust-target: aarch64-unknown-linux-gnu
cibw-arch: aarch64
- name: x86_64 macOS
os: macos-13
arch: x86_64
rust-target: x86_64-apple-darwin
cibw-arch: x86_64
# - name: arm64 Linux
# os: ubuntu-22.04
# arch: arm64
# rust-target: aarch64-unknown-linux-gnu
# cibw-arch: aarch64
# - name: x86_64 macOS
# os: macos-13
# arch: x86_64
# rust-target: x86_64-apple-darwin
# cibw-arch: x86_64
- name: arm64 macOS
os: macos-14
arch: arm64
rust-target: aarch64-apple-darwin
cibw-arch: arm64
- name: x86_64 Windows
os: windows-2019
arch: x86_64
rust-target: x86_64-pc-windows-msvc
cibw-arch: AMD64
# - name: x86_64 Windows
# os: windows-2019
# arch: x86_64
# rust-target: x86_64-pc-windows-msvc
# cibw-arch: AMD64
# add the right python version for each torch version
- {torch-version: '2.1', python-version: '3.11', cibw-python: 'cp311-*'}
- {torch-version: '2.2', python-version: '3.12', cibw-python: 'cp312-*'}
Expand Down

0 comments on commit 26da9ff

Please sign in to comment.