mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
ci: Run arm task on arm64 hardware
This commit is contained in:
@@ -90,11 +90,14 @@ task:
|
|||||||
task:
|
task:
|
||||||
name: 'ARM [unit tests, no functional tests] [buster]'
|
name: 'ARM [unit tests, no functional tests] [buster]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
arm_container:
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
|
cpu: 2
|
||||||
|
memory: 8G
|
||||||
env:
|
env:
|
||||||
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
||||||
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
||||||
|
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] [focal]'
|
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'
|
||||||
|
|||||||
Reference in New Issue
Block a user