Skip to content

Commit fa35efa

Browse files
author
MarcoFalke
committed
ci: Run arm task on arm64 hardware
1 parent 92f3a4b commit fa35efa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cirrus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,14 @@ task:
9090
task:
9191
name: 'ARM [unit tests, no functional tests] [buster]'
9292
<< : *GLOBAL_TASK_TEMPLATE
93-
container:
93+
arm_container:
9494
image: debian:buster
95+
cpu: 2
96+
memory: 8G
9597
env:
9698
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
9799
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
100+
QEMU_USER_CMD: "" # Disable qemu and run the test natively
98101

99102
task:
100103
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'

0 commit comments

Comments
 (0)