Skip to content

Commit 4359649

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 805f98b commit 4359649

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.cirrus.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,12 @@ task:
189189
task:
190190
name: 'ARM [unit tests, no functional tests] [bullseye]'
191191
<< : *GLOBAL_TASK_TEMPLATE
192-
arm_container:
193-
image: debian:bullseye
194-
cpu: 2
195-
memory: 8G
192+
container:
193+
docker_arguments:
194+
CI_IMAGE_NAME_TAG: debian:bullseye
195+
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
196196
env:
197197
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
198-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
199-
QEMU_USER_CMD: "" # Disable qemu and run the test natively
200198

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

0 commit comments

Comments
 (0)