Skip to content

Commit

Permalink
Merge pull request #1250 from messense/update-ci
Browse files Browse the repository at this point in the history
Use `arm_container` for aarch64 Linux test on Cirrus CI
  • Loading branch information
messense authored Nov 5, 2022
2 parents a05508b + 14f2f50 commit d6c6bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ macos_arm64_task:

linux_aarch64_task:
name: Test (arm64 Linux)
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
architecture: arm64
platform: linux
arm_container:
image: python:3.11
cpu: 4
memory: 4G
env:
Expand All @@ -76,7 +73,4 @@ linux_aarch64_task:
fingerprint_script:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- apt-get update
- apt-get install -y python3-dev python3-pip python-is-python3
<<: *BUILD_AND_TEST
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
NODE_VERSION: 18
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit d6c6bed

Please sign in to comment.