Skip to content

Commit 5a4ea90

Browse files
author
Nathan Hawes
committed
Update presets to include the SourceKit stress tester executables in the osx package
1 parent 506307c commit 5a4ea90

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,8 @@ watchos
10211021
lldb
10221022
llbuild
10231023
swiftpm
1024+
swiftsyntax
1025+
skstresstester
10241026
playgroundsupport
10251027

10261028
# Build with debug info, this allows us to symbolicate crashes from
@@ -1044,6 +1046,9 @@ install-swift
10441046
install-lldb
10451047
install-llbuild
10461048
install-swiftpm
1049+
install-swiftsyntax
1050+
skip-install-swiftsyntax-module
1051+
install-skstresstester
10471052
install-playgroundsupport
10481053

10491054
install-destdir=%(install_destdir)s
@@ -1151,10 +1156,7 @@ skip-test-lldb
11511156
skip-test-cmark
11521157
skip-test-playgroundsupport
11531158
skip-test-swiftsyntax
1154-
1155-
swiftsyntax
1156-
install-swiftsyntax
1157-
skip-install-swiftsyntax-module
1159+
skip-test-skstresstester
11581160

11591161
#===------------------------------------------------------------------------===#
11601162
# LLDB build configurations

0 commit comments

Comments
 (0)