@@ -33,63 +33,64 @@ definitions:
3333 - " **/CMakeOutput.log"
3434
3535steps :
36- - group : ARM
37- steps :
38- - label : AArch64
39- command : libcxx/utils/ci/run-buildbot aarch64
40- agents :
41- queue : libcxx-builders-linaro-arm
42- arch : aarch64
43- << : *common
44-
45- - label : AArch64 -fno-exceptions
46- command : libcxx/utils/ci/run-buildbot aarch64-no-exceptions
47- agents :
48- queue : libcxx-builders-linaro-arm
49- arch : aarch64
50- << : *common
51-
52- - label : Armv8
53- command : libcxx/utils/ci/run-buildbot armv8
54- agents :
55- queue : libcxx-builders-linaro-arm
56- arch : armv8l
57- << : *common
58-
59- - label : Armv8 -fno-exceptions
60- command : libcxx/utils/ci/run-buildbot armv8-no-exceptions
61- agents :
62- queue : libcxx-builders-linaro-arm
63- arch : armv8l
64- << : *common
65-
66- - label : Armv7
67- command : libcxx/utils/ci/run-buildbot armv7
68- agents :
69- queue : libcxx-builders-linaro-arm
70- arch : armv8l
71- << : *common
72-
73- - label : Armv7 -fno-exceptions
74- command : libcxx/utils/ci/run-buildbot armv7-no-exceptions
75- agents :
76- queue : libcxx-builders-linaro-arm
77- arch : armv8l
78- << : *common
79-
80- - label : Armv7-M picolibc
81- command : libcxx/utils/ci/run-buildbot armv7m-picolibc
82- agents :
83- queue : libcxx-builders-linaro-arm
84- arch : aarch64
85- << : *common
86-
87- - label : Armv7-M picolibc -fno-exceptions
88- command : libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
89- agents :
90- queue : libcxx-builders-linaro-arm
91- arch : aarch64
92- << : *common
36+ # Linaro's ARM builders are temporarily offline.
37+ # - group: ARM
38+ # steps:
39+ # - label: AArch64
40+ # command: libcxx/utils/ci/run-buildbot aarch64
41+ # agents:
42+ # queue: libcxx-builders-linaro-arm
43+ # arch: aarch64
44+ # <<: *common
45+ #
46+ # - label: AArch64 -fno-exceptions
47+ # command: libcxx/utils/ci/run-buildbot aarch64-no-exceptions
48+ # agents:
49+ # queue: libcxx-builders-linaro-arm
50+ # arch: aarch64
51+ # <<: *common
52+ #
53+ # - label: Armv8
54+ # command: libcxx/utils/ci/run-buildbot armv8
55+ # agents:
56+ # queue: libcxx-builders-linaro-arm
57+ # arch: armv8l
58+ # <<: *common
59+ #
60+ # - label: Armv8 -fno-exceptions
61+ # command: libcxx/utils/ci/run-buildbot armv8-no-exceptions
62+ # agents:
63+ # queue: libcxx-builders-linaro-arm
64+ # arch: armv8l
65+ # <<: *common
66+ #
67+ # - label: Armv7
68+ # command: libcxx/utils/ci/run-buildbot armv7
69+ # agents:
70+ # queue: libcxx-builders-linaro-arm
71+ # arch: armv8l
72+ # <<: *common
73+ #
74+ # - label: Armv7 -fno-exceptions
75+ # command: libcxx/utils/ci/run-buildbot armv7-no-exceptions
76+ # agents:
77+ # queue: libcxx-builders-linaro-arm
78+ # arch: armv8l
79+ # <<: *common
80+ #
81+ # - label: Armv7-M picolibc
82+ # command: libcxx/utils/ci/run-buildbot armv7m-picolibc
83+ # agents:
84+ # queue: libcxx-builders-linaro-arm
85+ # arch: aarch64
86+ # <<: *common
87+ #
88+ # - label: Armv7-M picolibc -fno-exceptions
89+ # command: libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
90+ # agents:
91+ # queue: libcxx-builders-linaro-arm
92+ # arch: aarch64
93+ # <<: *common
9394
9495- group : AIX
9596 steps :
0 commit comments