We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704f5d commit 8f2ff55Copy full SHA for 8f2ff55
.cirrus.yml
@@ -52,12 +52,16 @@ task:
52
53
# Use cross for QEMU-based testing
54
# cross needs to execute Docker, so we must use Cirrus's Docker Builder task.
55
-docker_builder:
+compute_engine_instance:
56
+ image_project: cirrus-images
57
+ image: family/docker_builder
58
+ platform: linux
59
+ cpu: 1 # Since QEMU will only use 1 thread
60
+ memory: 4G
61
env:
62
RUST_TEST_THREADS: 1 # QEMU works best with 1 thread
63
HOME: /tmp/home
64
PATH: $HOME/.cargo/bin:$PATH
- #cpu: 1 docker_builder doesn't support "cpu"?
65
matrix:
66
- name: Linux aarch64
67
0 commit comments