Skip to content

Commit

Permalink
test aarch64 on cirrus-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 2, 2024
1 parent 3aff71d commit f56a84f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
install_cibuildwheel_script:
- python -m pip install cibuildwheel==2.21.1
run_cibuildwheel_script:
- cibuildwheel
wheels_artifacts:
path: "wheelhouse/*"


linux_aarch64_task:
name: Build Linux aarch64 wheels.
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
architecture: arm64
platform: linux
cpu: 4
memory: 4G

install_pre_requirements_script:
- apt install -y python3-venv python-is-python3
debug_script:
- cat /proc/cpuinfo
- lscpu
<<: *BUILD_AND_STORE_WHEELS

0 comments on commit f56a84f

Please sign in to comment.