Skip to content

Commit 6233049

Browse files
hebastofanquake
authored andcommitted
ci: Switch to amd64 container in "ARM" task
Tee `arm_container` does not support 32-bit mode anymore. See: #27879 Github-Pull: #27886 Rebased-From: 016fe6d
1 parent d845a3e commit 6233049

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.cirrus.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,13 @@ task:
193193
task:
194194
name: 'ARM [unit tests, no functional tests] [bullseye]'
195195
<< : *GLOBAL_TASK_TEMPLATE
196-
arm_container:
197-
image: debian:bullseye
198-
cpu: 2
199-
memory: 8G
200-
# docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154
196+
container:
197+
docker_arguments:
198+
CI_IMAGE_NAME_TAG: debian:bullseye
199+
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
200+
<< : *CREDITS_TEMPLATE
201201
env:
202202
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
203-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
204-
QEMU_USER_CMD: "" # Disable qemu and run the test natively
205203

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

0 commit comments

Comments
 (0)