Skip to content

Commit f3254a4

Browse files
committed
WHL: macos cp313t [wheel build]
1 parent a35a5f0 commit f3254a4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tools/ci/cirrus_wheels.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
1212

1313
linux_aarch64_task:
1414
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
15+
env:
16+
CIRRUS_CLONE_SUBMODULES: true
1517
compute_engine_instance:
1618
image_project: cirrus-images
1719
image: family/docker-builder-arm64
@@ -24,19 +26,14 @@ linux_aarch64_task:
2426
# single task takes longer than 60 mins (the default time limit for a
2527
# cirrus-ci task).
2628
- env:
27-
CIRRUS_CLONE_SUBMODULES: true
2829
CIBW_BUILD: cp310-*
2930
- env:
30-
CIRRUS_CLONE_SUBMODULES: true
3131
CIBW_BUILD: cp311-*
3232
- env:
33-
CIRRUS_CLONE_SUBMODULES: true
3433
CIBW_BUILD: cp312-*
3534
- env:
36-
CIRRUS_CLONE_SUBMODULES: true
3735
CIBW_BUILD: cp313-*
3836
- env:
39-
CIRRUS_CLONE_SUBMODULES: true
4037
CIBW_BUILD: cp313t-*
4138
CIBW_FREE_THREADED_SUPPORT: 1
4239
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
@@ -60,17 +57,21 @@ linux_aarch64_task:
6057

6158
macosx_arm64_task:
6259
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
60+
env:
61+
CIRRUS_CLONE_SUBMODULES: true
6362
macos_instance:
6463
matrix:
6564
image: ghcr.io/cirruslabs/macos-monterey-xcode
6665

6766
matrix:
6867
- env:
69-
CIRRUS_CLONE_SUBMODULES: true
7068
CIBW_BUILD: cp310-* cp311
7169
- env:
72-
CIRRUS_CLONE_SUBMODULES: true
73-
CIBW_BUILD: cp312-* cp313-* cp313t-*
70+
CIBW_BUILD: cp312-* cp313-*
71+
- env:
72+
CIBW_BUILD: cp313t-*
73+
CIBW_FREE_THREADED_SUPPORT: 1
74+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
7475
env:
7576
PATH: /usr/local/lib:/usr/local/include:$PATH
7677
CIBW_ARCHS: arm64

0 commit comments

Comments
 (0)