Skip to content

Commit 016fe6d

Browse files
committed
ci: Switch to amd64 container in "ARM" task
Tee `arm_container` does not support 32-bit mode anymore. See: bitcoin/bitcoin#27879
1 parent 427853a commit 016fe6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.cirrus.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,13 @@ task:
193193
task:
194194
name: 'ARM [unit tests, no functional tests] [bullseye]'
195195
<< : *GLOBAL_TASK_TEMPLATE
196-
arm_container:
197-
cpu: 2
198-
memory: 8G
199-
dockerfile: ci/test_imagefile
196+
container:
200197
docker_arguments:
201198
CI_IMAGE_NAME_TAG: debian:bullseye
202199
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
203200
<< : *CREDITS_TEMPLATE
204201
env:
205202
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
206-
QEMU_USER_CMD: "" # Disable qemu and run the test natively
207203

208204
task:
209205
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]'

0 commit comments

Comments
 (0)