Skip to content

Commit b326114

Browse files
committed
ci: Disable the ARM task temporarily
It should be re-enabled once the issue with the depends cache is resolved. See: bitcoin/bitcoin#28365.
1 parent 2719ce1 commit b326114

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.cirrus.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ task:
101101
env:
102102
FILE_ENV: "./ci/test/00_setup_env_native_tidy.sh"
103103

104-
task:
105-
name: 'ARM, unit tests, no functional tests'
106-
<< : *GLOBAL_TASK_TEMPLATE
107-
persistent_worker:
108-
labels:
109-
type: arm64 # Use arm64 worker to sidestep qemu and avoid a slow CI: https://github.com/bitcoin/bitcoin/pull/28087#issuecomment-1649399453
110-
env:
111-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
104+
# task:
105+
# name: 'ARM, unit tests, no functional tests'
106+
# << : *GLOBAL_TASK_TEMPLATE
107+
# persistent_worker:
108+
# labels:
109+
# type: arm64 # Use arm64 worker to sidestep qemu and avoid a slow CI: https://github.com/bitcoin/bitcoin/pull/28087#issuecomment-1649399453
110+
# env:
111+
# FILE_ENV: "./ci/test/00_setup_env_arm.sh"
112112

113113
task:
114114
name: 'Win64, unit tests, no gui tests, no boost::process, no functional tests'

0 commit comments

Comments
 (0)