Skip to content

Commit 1d7f1ad

Browse files
committed
Merge bitcoin/bitcoin#27562: ci: Use arm_container.dockerfile
fa6e2bf ci: Use arm_container.dockerfile (MarcoFalke) Pull request description: This allows to cache the image and thus speed up the CI task ACKs for top commit: fanquake: nice ACK fa6e2bf hebasto: ACK fa6e2bf Tree-SHA512: 3b7f734799bd8a3ca9166e85d2cd8f68c134c32a496757eafb118250c0b158d0d76ead0c461e307d6440a622fe51bc599aa13e67766ce232b750ed0a66d4b450
2 parents 0e70a1b + fa6e2bf commit 1d7f1ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cirrus.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,14 @@ task:
194194
name: 'ARM [unit tests, no functional tests] [bullseye]'
195195
<< : *GLOBAL_TASK_TEMPLATE
196196
arm_container:
197-
image: debian:bullseye
198197
cpu: 2
199198
memory: 8G
200-
# docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154
199+
dockerfile: ci/test_imagefile
200+
docker_arguments:
201+
CI_IMAGE_NAME_TAG: debian:bullseye
202+
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
201203
env:
202204
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
203-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
204205
QEMU_USER_CMD: "" # Disable qemu and run the test natively
205206

206207
task:

0 commit comments

Comments
 (0)