Skip to content

Commit f1ed99b

Browse files
authored
Merge pull request swiftlang#37921 from eeckstein/enable-libswift
enable libswift in the macos smoke PR test
2 parents b4c873a + 3823024 commit f1ed99b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@ swift-primary-variant-arch=x86_64
632632
# Don't build the benchmarks
633633
skip-build-benchmarks
634634

635+
# Enable libswift
636+
libswift
637+
635638
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
636639
mixin-preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx
637640
build-subdir=buildbot_incremental
@@ -1508,6 +1511,9 @@ build-swift-stdlib-unittest-extra
15081511

15091512
libcxx
15101513

1514+
# Enable libswift
1515+
libswift
1516+
15111517
# Build llbuild & swiftpm here
15121518
llbuild
15131519
swiftpm

0 commit comments

Comments
 (0)