Skip to content

Commit

Permalink
CI: disable failing arm64 linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Nov 6, 2023
1 parent c0bee21 commit 307a6f1
Showing 1 changed file with 22 additions and 22 deletions.
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

0 comments on commit 307a6f1

Please sign in to comment.