diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-06-14 13:32:22 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-06-14 13:32:22 +0100 |
commit | 016fe6d8280768917081894dfca233c2f06e78d9 (patch) | |
tree | 8b18544567ec983256775e942265390557746b34 /.cirrus.yml | |
parent | 427853ab49f610e971b73ea4cc1d5366747e52b1 (diff) |
ci: Switch to `amd64` container in "ARM" task
Tee `arm_container` does not support 32-bit mode anymore.
See: https://github.com/bitcoin/bitcoin/issues/27879
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3090deef78..a32870f939 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -193,17 +193,13 @@ task: task: name: 'ARM [unit tests, no functional tests] [bullseye]' << : *GLOBAL_TASK_TEMPLATE - arm_container: - cpu: 2 - memory: 8G - dockerfile: ci/test_imagefile + container: docker_arguments: CI_IMAGE_NAME_TAG: debian:bullseye FILE_ENV: "./ci/test/00_setup_env_arm.sh" << : *CREDITS_TEMPLATE env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV - QEMU_USER_CMD: "" # Disable qemu and run the test natively task: name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]' |