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

Github-Pull: #27886
Rebased-From: 016fe6d828
This commit is contained in:
Hennadii Stepanov 2023-06-14 13:32:22 +01:00 committed by fanquake
parent 805f98b79a
commit 43596499b2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -189,14 +189,12 @@ task:
task: task:
name: 'ARM [unit tests, no functional tests] [bullseye]' name: 'ARM [unit tests, no functional tests] [bullseye]'
<< : *GLOBAL_TASK_TEMPLATE << : *GLOBAL_TASK_TEMPLATE
arm_container: container:
image: debian:bullseye docker_arguments:
cpu: 2 CI_IMAGE_NAME_TAG: debian:bullseye
memory: 8G FILE_ENV: "./ci/test/00_setup_env_arm.sh"
env: env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_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: task:
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]' name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]'