Skip to content

Commit 585d8bd

Browse files
committed
presets: Update swift macos/linux preset
Update the Swift repo build preset to build and install Swift Testing and Swift Testing Macros.
1 parent aa2bb0c commit 585d8bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

utils/build-presets.ini

+8-1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ swiftpm
623623
swiftsyntax
624624
swiftformat
625625
swift-driver
626+
swift-testing
627+
swift-testing-macros
626628
indexstore-db
627629
sourcekit-lsp
628630
# Failing to build in CI: rdar://78408440
@@ -635,6 +637,8 @@ install-swiftpm
635637
install-swiftsyntax
636638
install-swift-driver
637639
install-swiftformat
640+
install-swift-testing
641+
install-swift-testing-macros
638642

639643
# We need to build the unittest extras so we can test
640644
build-swift-stdlib-unittest-extra
@@ -1094,7 +1098,10 @@ install-swiftformat
10941098
reconfigure
10951099
test-optimized
10961100
skip-test-swiftdocc
1097-
1101+
swift-testing
1102+
swift-testing-macros
1103+
install-swift-testing
1104+
install-swift-testing-macros
10981105
# gcc version on amazon linux 2 is too old to configure and build tablegen.
10991106
# Use the clang that we install in the path for macros
11001107
llvm-cmake-options=

0 commit comments

Comments
 (0)