@@ -29,20 +29,20 @@ validation-test
29
29
30
30
dash-dash
31
31
32
- verbose-build =1
32
+ verbose-build
33
33
build-ninja
34
34
35
35
swift-sdks =OSX; IOS;IOS_SIMULATOR;TVOS;TVOS_SIMULATOR;WATCHOS;WATCHOS_SIMULATOR
36
36
37
37
# Build static standard library because it is used
38
38
# to build external projects.
39
- build-swift-static-stdlib =1
40
- build-swift-stdlib-unittest-extra =1
39
+ build-swift-static-stdlib
40
+ build-swift-stdlib-unittest-extra
41
41
42
42
compiler-vendor =apple
43
43
44
44
darwin-crash-reporter-client =0
45
- install-swift =1
45
+ install-swift
46
46
47
47
# Path to the root of the installation filesystem.
48
48
install-destdir =%(install_destdir)s
@@ -116,7 +116,7 @@ dash-dash
116
116
117
117
swift-stdlib-build-type =RelWithDebInfo
118
118
swift-stdlib-enable-assertions =false
119
- build-serialized-stdlib-unittest =1
119
+ build-serialized-stdlib-unittest
120
120
121
121
122
122
[preset: mixin_buildbot_tools_RA_stdlib_DA]
@@ -181,8 +181,8 @@ dash-dash
181
181
skip-test-ios-host
182
182
skip-test-tvos-host
183
183
skip-test-watchos-host
184
- swift-enable-lto =1
185
- llvm-enable-lto =1
184
+ swift-enable-lto
185
+ llvm-enable-lto
186
186
187
187
# ===------------------------------------------------------------------------===#
188
188
# Incremental buildbots for Darwin OSes
@@ -198,13 +198,13 @@ dash-dash
198
198
# in the build-script and build-presets.ini.
199
199
reconfigure
200
200
201
- verbose-build =1
201
+ verbose-build
202
202
build-ninja
203
203
204
204
# Don't build static standard library to speed up the build.
205
205
build-swift-static-stdlib =0
206
206
207
- build-swift-stdlib-unittest-extra =1
207
+ build-swift-stdlib-unittest-extra
208
208
209
209
compiler-vendor =apple
210
210
@@ -402,7 +402,7 @@ dash-dash
402
402
reconfigure
403
403
404
404
# We want to always perform a verbose build
405
- verbose-build =1
405
+ verbose-build
406
406
407
407
# Build ninja while we are at it
408
408
build-ninja
@@ -411,7 +411,7 @@ build-ninja
411
411
build-swift-static-stdlib =0
412
412
413
413
# We need to build the unittest extras so we can test
414
- build-swift-stdlib-unittest-extra =1
414
+ build-swift-stdlib-unittest-extra
415
415
416
416
# Set the vendor to apple
417
417
compiler-vendor =apple
@@ -435,15 +435,15 @@ swift-primary-variant-sdk=OSX
435
435
swift-primary-variant-arch =x86_64
436
436
437
437
# Don't build the benchmarks
438
- skip-build-benchmarks =1
438
+ skip-build-benchmarks
439
439
440
440
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
441
441
mixin-preset =buildbot_incremental,tools =RA,stdlib =RD,smoketest =macosx
442
442
build-subdir =buildbot_incremental
443
443
444
444
dash-dash
445
445
446
- swift-enable-lto =1
446
+ swift-enable-lto
447
447
448
448
449
449
# ===------------------------------------------------------------------------===#
@@ -469,12 +469,12 @@ dash-dash
469
469
# in the build-script and build-presets.ini.
470
470
reconfigure
471
471
472
- verbose-build =1
472
+ verbose-build
473
473
build-ninja
474
474
475
475
# Don't build static standard library to speed up the build.
476
476
build-swift-static-stdlib =0
477
- build-swift-stdlib-unittest-extra =1
477
+ build-swift-stdlib-unittest-extra
478
478
479
479
skip-build-ios
480
480
skip-test-ios
@@ -514,13 +514,13 @@ skip-test-osx
514
514
# Always reconfigure so we pick up changes in the build-script and
515
515
# build-presets.ini.
516
516
reconfigure
517
- verbose-build =1
517
+ verbose-build
518
518
build-ninja
519
519
# Don't build static standard library to speed up the build.
520
520
build-swift-static-stdlib =0
521
- build-swift-stdlib-unittest-extra =1
521
+ build-swift-stdlib-unittest-extra
522
522
compiler-vendor =apple
523
- swift-runtime-enable-leak-checker =1
523
+ swift-runtime-enable-leak-checker
524
524
525
525
[preset: buildbot_incremental_leaks,tools=RA,stdlib=R]
526
526
mixin-preset =buildbot_incremental_leaks
@@ -579,13 +579,13 @@ install-swiftpm
579
579
install-xctest
580
580
install-prefix =/usr
581
581
swift-install-components =compiler; clang-builtin-headers;stdlib;sdk-overlay;license
582
- build-swift-static-stdlib =1
583
- build-swift-stdlib-unittest-extra =1
584
- skip-test-lldb =1
582
+ build-swift-static-stdlib
583
+ build-swift-stdlib-unittest-extra
584
+ skip-test-lldb
585
585
586
586
# Executes the lit tests for the installable package that is created
587
587
# Assumes the swift-integration-tests repo is checked out
588
- test-installable-package =1
588
+ test-installable-package
589
589
590
590
# Path to the root of the installation filesystem.
591
591
install-destdir =%(install_destdir)s
@@ -637,13 +637,13 @@ install-swiftpm
637
637
install-xctest
638
638
install-prefix =/usr
639
639
swift-install-components =compiler; clang-builtin-headers;stdlib;sdk-overlay;dev
640
- build-swift-static-stdlib =1
641
- skip-test-lldb =1
640
+ build-swift-static-stdlib
641
+ skip-test-lldb
642
642
643
643
# Executes the lit tests for the installable package that is created
644
644
# Assumes the swift-package-tests repo is checked out
645
645
# FIXME: Disabled until a home for the swift-snapshot-tests can be found.
646
- # test-installable-package=1
646
+ # test-installable-package
647
647
648
648
# Path to the root of the installation filesystem.
649
649
install-destdir =%(install_destdir)s
@@ -672,21 +672,21 @@ dash-dash
672
672
673
673
lldb-no-debugserver
674
674
lldb-build-type =Release
675
- verbose-build =1
675
+ verbose-build
676
676
build-ninja
677
- build-swift-static-stdlib =1
678
- build-swift-stdlib-unittest-extra =1
677
+ build-swift-static-stdlib
678
+ build-swift-stdlib-unittest-extra
679
679
compiler-vendor =apple
680
680
swift-sdks =OSX; IOS;IOS_SIMULATOR;TVOS;TVOS_SIMULATOR;WATCHOS;WATCHOS_SIMULATOR
681
681
682
- install-swift =1
683
- install-lldb =1
684
- install-llbuild =1
685
- install-swiftpm =1
682
+ install-swift
683
+ install-lldb
684
+ install-llbuild
685
+ install-swiftpm
686
686
687
687
install-destdir =%(install_destdir)s
688
688
689
- darwin-install-extract-symbols =1
689
+ darwin-install-extract-symbols
690
690
691
691
# Path where debug symbols will be installed.
692
692
install-symroot =%(install_symroot)s
@@ -697,7 +697,7 @@ install-prefix=%(install_toolchain_dir)s/usr
697
697
698
698
# Executes the lit tests for the installable package that is created
699
699
# Assumes the swift-integration-tests repo is checked out
700
- test-installable-package =1
700
+ test-installable-package
701
701
702
702
# If someone uses this for incremental builds, force reconfiguration.
703
703
reconfigure
@@ -755,7 +755,7 @@ darwin-toolchain-alias=%(darwin_toolchain_alias)s
755
755
756
756
[preset: LLDB_Nested]
757
757
dash-dash
758
- skip-build-benchmarks =1
758
+ skip-build-benchmarks
759
759
install-destdir =%(swift_install_destdir)s
760
760
761
761
[preset: LLDB_Swift_DebugAssert]
0 commit comments