Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BLD: cp313 cp313t linux_aarch64 [wheel build] #27110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions 21 tools/ci/cirrus_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS

linux_aarch64_task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
env:
CIRRUS_CLONE_SUBMODULES: true
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
Expand All @@ -24,14 +26,17 @@ linux_aarch64_task:
# single task takes longer than 60 mins (the default time limit for a
# cirrus-ci task).
- env:
CIRRUS_CLONE_SUBMODULES: true
CIBW_BUILD: cp310-*
- env:
CIRRUS_CLONE_SUBMODULES: true
CIBW_BUILD: cp311-*
- env:
CIRRUS_CLONE_SUBMODULES: true
CIBW_BUILD: cp312-*
- env:
CIBW_BUILD: cp313-*
- env:
CIBW_BUILD: cp313t-*
CIBW_FREE_THREADED_SUPPORT: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just unconditionally set this variable to true on all builds if you don't want to duplicate the config.

CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"

initial_setup_script: |
apt update
Expand All @@ -52,17 +57,21 @@ linux_aarch64_task:

macosx_arm64_task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
env:
CIRRUS_CLONE_SUBMODULES: true
macos_instance:
matrix:
image: ghcr.io/cirruslabs/macos-monterey-xcode

matrix:
- env:
CIRRUS_CLONE_SUBMODULES: true
CIBW_BUILD: cp310-* cp311
- env:
CIRRUS_CLONE_SUBMODULES: true
CIBW_BUILD: cp312-*
CIBW_BUILD: cp312-* cp313-*
- env:
CIBW_BUILD: cp313t-*
CIBW_FREE_THREADED_SUPPORT: 1
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
env:
PATH: /usr/local/lib:/usr/local/include:$PATH
CIBW_ARCHS: arm64
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.