Skip to content

Commit 81b53a4

Browse files
MarcoFalkePastaPastaPasta
authored andcommitted
Merge 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
1 parent 306d61d commit 81b53a4

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
@@ -42,10 +42,13 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
4242
task:
4343
name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
4444
<< : *GLOBAL_TASK_TEMPLATE
45-
container:
45+
arm_container:
4646
image: debian:buster
47+
cpu: 2
48+
memory: 8G
4749
env:
4850
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
51+
QEMU_USER_CMD: "" # Disable qemu and run the test natively
4952

5053
task:
5154
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'

0 commit comments

Comments
 (0)