File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,11 @@ task:
52
52
53
53
# Use cross for QEMU-based testing
54
54
# cross needs to execute Docker, so we must use Cirrus's Docker Builder task.
55
- docker_builder :
55
+ task :
56
56
env :
57
57
RUST_TEST_THREADS : 1 # QEMU works best with 1 thread
58
58
HOME : /tmp/home
59
59
PATH : $HOME/.cargo/bin:$PATH
60
- # cpu: 1 docker_builder doesn't support "cpu"?
61
60
matrix :
62
61
- name : Linux aarch64
63
62
env :
@@ -89,6 +88,12 @@ docker_builder:
89
88
- name : Linux powerpc64le
90
89
env :
91
90
TARGET : powerpc64le-unknown-linux-gnu
91
+ compute_engine_instance :
92
+ image_project : cirrus-images
93
+ image : family/docker-builder
94
+ platform : linux
95
+ cpu : 1 # Since QEMU will only use 1 thread
96
+ memory : 4G
92
97
setup_script :
93
98
- mkdir /tmp/home
94
99
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
You can’t perform that action at this time.
0 commit comments