mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
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
This commit is contained in:
parent
427853ab49
commit
016fe6d828
1 changed files with 1 additions and 5 deletions
|
@ -193,17 +193,13 @@ 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:
|
||||||
cpu: 2
|
|
||||||
memory: 8G
|
|
||||||
dockerfile: ci/test_imagefile
|
|
||||||
docker_arguments:
|
docker_arguments:
|
||||||
CI_IMAGE_NAME_TAG: debian:bullseye
|
CI_IMAGE_NAME_TAG: debian:bullseye
|
||||||
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
||||||
<< : *CREDITS_TEMPLATE
|
<< : *CREDITS_TEMPLATE
|
||||||
env:
|
env:
|
||||||
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
||||||
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]'
|
||||||
|
|
Loading…
Reference in a new issue