Skip to content

Commit 4ac21da

Browse files
authored
Merge pull request #22613 from apple/shahmishal/5.0-no-assertion-no-test-preset
[5.0] [Preset] Add preset to build no-assertion build without test suite
2 parents e4d7dbd + 93c044d commit 4ac21da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

utils/build-presets.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,23 @@ mixin-preset=buildbot_osx_package,no_assertions
11291129
lto
11301130

11311131

1132+
[preset: buildbot_osx_package,no_assertions,no_test]
1133+
mixin-preset=
1134+
buildbot_osx_package,no_assertions
1135+
1136+
dash-dash
1137+
1138+
skip-test-swift
1139+
skip-test-swiftpm
1140+
skip-test-llbuild
1141+
skip-test-lldb
1142+
skip-test-cmark
1143+
skip-test-playgroundsupport
1144+
skip-test-swiftsyntax
1145+
skip-test-skstresstester
1146+
skip-test-swiftevolve
1147+
1148+
11321149
# Debug version of the compilers, release version of the stdlib.
11331150
[preset: buildbot_osx_package,tools=DA,stdlib=R]
11341151
mixin-preset=buildbot_osx_package

0 commit comments

Comments
 (0)