Skip to content
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

disable failing arm64 linux builds #198

Merged
merged 1 commit into from
Nov 6, 2023
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
44 changes: 22 additions & 22 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
# Build linux_aarch64 natively
######################################################################

cirrus_wheels_linux_aarch64_task:
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
architecture: arm64
platform: linux
cpu: 4
memory: 8G
matrix:
- env:
CIBW_BUILD: cp38-* cp39-*
- env:
CIBW_BUILD: cp310-* cp311-*
build_script: |
apt install -y python3-venv python-is-python3
which python
echo $CIRRUS_CHANGE_MESSAGE
# needed for discover_version.py
git fetch --all
# needed for submodules
git submodule update --init
<<: *BUILD_AND_STORE_WHEELS
# cirrus_wheels_linux_aarch64_task:
# compute_engine_instance:
# image_project: cirrus-images
# image: family/docker-builder-arm64
# architecture: arm64
# platform: linux
# cpu: 4
# memory: 8G
# matrix:
# - env:
# CIBW_BUILD: cp38-* cp39-*
# - env:
# CIBW_BUILD: cp310-* cp311-*
# build_script: |
# apt install -y python3-venv python-is-python3
# which python
# echo $CIRRUS_CHANGE_MESSAGE
# # needed for discover_version.py
# git fetch --all
# # needed for submodules
# git submodule update --init
# <<: *BUILD_AND_STORE_WHEELS


######################################################################
Expand Down
Loading