mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 22:41:11 +02:00
ci: Use arm_container.dockerfile
This commit is contained in:
@@ -194,13 +194,14 @@ 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:
|
arm_container:
|
||||||
image: debian:bullseye
|
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 8G
|
memory: 8G
|
||||||
# docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154
|
dockerfile: ci/test_imagefile
|
||||||
|
docker_arguments:
|
||||||
|
CI_IMAGE_NAME_TAG: debian:bullseye
|
||||||
|
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
|
QEMU_USER_CMD: "" # Disable qemu and run the test natively
|
||||||
|
|
||||||
task:
|
task:
|
||||||
|
Reference in New Issue
Block a user