File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -737,6 +737,25 @@ lit-args=-v
737
737
738
738
dash-dash
739
739
740
+ install-foundation
741
+ install-libdispatch
742
+ reconfigure
743
+ skip-build-benchmarks
744
+
745
+ [preset: buildbot_linux,build_benchmark]
746
+ mixin-preset =mixin_linux_installation
747
+ build-subdir =buildbot_linux
748
+ lldb
749
+ release
750
+ test
751
+ validation-test
752
+ long-test
753
+ foundation
754
+ libdispatch
755
+ lit-args =-v
756
+
757
+ dash-dash
758
+
740
759
install-foundation
741
760
install-libdispatch
742
761
reconfigure
@@ -774,6 +793,8 @@ install-foundation
774
793
install-libdispatch
775
794
reconfigure
776
795
skip-test-lldb
796
+ skip-build-benchmarks
797
+
777
798
778
799
779
800
[preset: buildbot_linux_1404_no_lldb]
@@ -835,6 +856,7 @@ dash-dash
835
856
836
857
build-ninja
837
858
reconfigure
859
+ skip-build-benchmarks
838
860
839
861
[preset: buildbot_incremental_linux]
840
862
mixin-preset =buildbot_incremental_linux_base
Original file line number Diff line number Diff line change @@ -1327,6 +1327,8 @@ function calculate_targets_for_host() {
1327
1327
swift_sdk=" LINUX"
1328
1328
build_for_this_target=$( not ${SKIP_BUILD_LINUX} )
1329
1329
test_this_target=$( not ${SKIP_TEST_LINUX} )
1330
+ build_benchmark_this_target=$( not ${SKIP_BUILD_LINUX} )
1331
+ test_benchmark_this_target=$( not ${SKIP_BUILD_LINUX} )
1330
1332
;;
1331
1333
freebsd-* )
1332
1334
swift_sdk=" FREEBSD"
You can’t perform that action at this time.
0 commit comments