Skip to content

Commit 192a959

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22749: ci: Run arm task on arm64 hardware
fa35efa ci: Run arm task on arm64 hardware (MarcoFalke) Pull request description: It will still run cross-compilation to armhf, but run the binaries on the hardware itself, not qemu. There shouldn't be any significant difference, other than maybe a slight speedup. ACKs for top commit: hebasto: re-ACK fa35efa Tree-SHA512: d03bb2b55d0a6b5021243eedff6e143f4fad03a1a8913000c2c5c74665e4bb1c77cb30aa112dbddbc0bb7c645bec18f6b8b8ba91049587b464bbe5ec07dd46bd
2 parents ff1e633 + fa35efa commit 192a959

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cirrus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,14 @@ task:
9090
task:
9191
name: 'ARM [unit tests, no functional tests] [buster]'
9292
<< : *GLOBAL_TASK_TEMPLATE
93-
container:
93+
arm_container:
9494
image: debian:buster
95+
cpu: 2
96+
memory: 8G
9597
env:
9698
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
9799
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
100+
QEMU_USER_CMD: "" # Disable qemu and run the test natively
98101

99102
task:
100103
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'

0 commit comments

Comments
 (0)