Skip to content

Commit f7f0c53

Browse files
committed
build-presets: don't build with "bootstrapping" when check-incremental-compilation is turned on
This does not work, because the check-incremental script is not setting the environment correctly. Build with "bootstrapping" on another job. rdar://85828409
1 parent a89955b commit f7f0c53

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ skip-test-tvos-host
218218
skip-test-watchos-host
219219
check-incremental-compilation
220220

221-
# Test the full bootstrapping on at least some jobs
222-
# (the default is bootstrapping-with-hostlibs)
223-
libswift=bootstrapping
224-
225221
[preset: buildbot,tools=R,stdlib=RD,test=non_executable]
226222
mixin-preset=
227223
mixin_buildbot_tools_R_stdlib_RD
@@ -233,6 +229,9 @@ skip-test-ios-simulator
233229
skip-test-tvos-simulator
234230
skip-test-watchos-simulator
235231

232+
# Test the full bootstrapping on at least some jobs
233+
# (the default is bootstrapping-with-hostlibs)
234+
libswift=bootstrapping
236235

237236
[preset: buildbot,tools=RA,stdlib=RDA]
238237
mixin-preset=

0 commit comments

Comments
 (0)