File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,20 @@ swift-stdlib-build-type=RelWithDebInfo
134
134
swift-stdlib-enable-assertions =false
135
135
build-serialized-stdlib-unittest
136
136
137
+ [preset: mixin_buildbot_tools_R_stdlib_RD]
138
+ mixin-preset =
139
+ mixin_buildbot_trunk_base
140
+ mixin_buildbot_install_components
141
+
142
+ # Build Release without debug info, because it is faster to build.
143
+ release
144
+ no-assertions
145
+
146
+ dash-dash
147
+
148
+ swift-stdlib-build-type =RelWithDebInfo
149
+ swift-stdlib-enable-assertions =false
150
+ build-serialized-stdlib-unittest
137
151
138
152
[preset: mixin_buildbot_tools_RA_stdlib_DA]
139
153
mixin-preset =
@@ -174,6 +188,19 @@ skip-test-ios-host
174
188
skip-test-tvos-host
175
189
skip-test-watchos-host
176
190
191
+ preset: buildbot,tools =R,stdlib =RD]
192
+ mixin-preset =
193
+ mixin_buildbot_tools_R_stdlib_RD
194
+
195
+ dash-dash
196
+
197
+ # Don't run host tests for iOS, tvOS and watchOS platforms to make the build
198
+ # faster.
199
+ skip-test-ios-host
200
+ skip-test-tvos-host
201
+ skip-test-watchos-host
202
+
203
+
177
204
[preset: buildbot,tools=RA,stdlib=RDA]
178
205
mixin-preset =
179
206
mixin_buildbot_tools_RA_stdlib_RDA
You can’t perform that action at this time.
0 commit comments