@@ -40,109 +40,8 @@ steps:
4040- group : ARM
4141 steps :
4242 - label : AArch64
43- command : libcxx/utils/ci/run-buildbot aarch64
43+ command : true
4444 agents :
4545 queue : libcxx-builders-linaro-arm
4646 arch : aarch64
4747 << : *common
48-
49- - label : AArch64 -fno-exceptions
50- command : libcxx/utils/ci/run-buildbot aarch64-no-exceptions
51- agents :
52- queue : libcxx-builders-linaro-arm
53- arch : aarch64
54- << : *common
55-
56- - label : Armv8
57- command : libcxx/utils/ci/run-buildbot armv8
58- agents :
59- queue : libcxx-builders-linaro-arm
60- arch : armv8l
61- << : *common
62-
63- - label : Armv8 -fno-exceptions
64- command : libcxx/utils/ci/run-buildbot armv8-no-exceptions
65- agents :
66- queue : libcxx-builders-linaro-arm
67- arch : armv8l
68- << : *common
69-
70- - label : Armv7
71- command : libcxx/utils/ci/run-buildbot armv7
72- agents :
73- queue : libcxx-builders-linaro-arm
74- arch : armv8l
75- << : *common
76-
77- - label : Armv7 -fno-exceptions
78- command : libcxx/utils/ci/run-buildbot armv7-no-exceptions
79- agents :
80- queue : libcxx-builders-linaro-arm
81- arch : armv8l
82- << : *common
83-
84- - label : Armv7-M picolibc
85- command : libcxx/utils/ci/run-buildbot armv7m-picolibc
86- agents :
87- queue : libcxx-builders-linaro-arm
88- arch : aarch64
89- << : *common
90-
91- - label : Armv7-M picolibc -fno-exceptions
92- command : libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
93- agents :
94- queue : libcxx-builders-linaro-arm
95- arch : aarch64
96- << : *common
97-
98- - group : AIX
99- steps :
100- - label : AIX (32-bit)
101- command : libcxx/utils/ci/run-buildbot aix
102- env :
103- CC : clang
104- CXX : clang++
105- OBJECT_MODE : ' 32'
106- agents :
107- queue : libcxx-builders
108- os : aix
109- << : *common
110-
111- - label : AIX (64-bit)
112- command : libcxx/utils/ci/run-buildbot aix
113- env :
114- CC : clang
115- CXX : clang++
116- OBJECT_MODE : ' 64'
117- agents :
118- queue : libcxx-builders
119- os : aix
120- << : *common
121-
122- - group : ' :freebsd: FreeBSD'
123- steps :
124- - label : FreeBSD 13 amd64
125- command : libcxx/utils/ci/run-buildbot generic-cxx26
126- env :
127- CC : clang17
128- CXX : clang++17
129- agents :
130- queue : libcxx-builders
131- os : freebsd
132- << : *common
133-
134- - group : ' :android: Android'
135- steps :
136- - label : Android 5.0, x86 NDK
137- command : libcxx/utils/ci/run-buildbot android-ndk-21-def-x86
138- agents :
139- queue : libcxx-builders
140- os : android
141- << : *common
142-
143- - label : Android 13, x86_64 NDK
144- command : libcxx/utils/ci/run-buildbot android-ndk-33-goog-x86_64
145- agents :
146- queue : libcxx-builders
147- os : android
148- << : *common
0 commit comments