diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-19 20:25:12 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-08-19 21:09:44 +0200 |
commit | fa35efa84bb614df9629076e45e9e974d9e940f6 (patch) | |
tree | ae3d69ed0661d4d0469714876aa242a8f5f6a44b | |
parent | 92f3a4b4d0531976c9484f5b5075487e0925b619 (diff) |
ci: Run arm task on arm64 hardware
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3e2e8864ac..ce5e2355a7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -90,11 +90,14 @@ task: task: name: 'ARM [unit tests, no functional tests] [buster]' << : *GLOBAL_TASK_TEMPLATE - container: + arm_container: image: debian:buster + cpu: 2 + memory: 8G env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_arm.sh" + QEMU_USER_CMD: "" # Disable qemu and run the test natively task: name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]' |