From 307a6f1674fe054acf42a0ad5d6ba1914c9e4cce Mon Sep 17 00:00:00 2001 From: James Kermode Date: Mon, 6 Nov 2023 14:42:47 +0000 Subject: [PATCH] CI: disable failing arm64 linux builds --- .cirrus.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1bcb927f..28fe5c9b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 ######################################################################