Skip to content

Commit 2f639fc

Browse files
committed
Enable new stdlib build in macOS smoke tests
This patch enables the new runtime build in macOS smoke testing in CI. This is only ensuring that the default configuration builds and does not enable anything fancy at this time.
1 parent d5a6ff2 commit 2f639fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,7 @@ skip-test-sourcekit-lsp
669669
skip-test-swiftpm
670670
skip-test-llbuild
671671

672-
# TODO: Look into why this causes the new test suite to fail to find the concurrency modules
673-
# swift-cmake-options=-DSWIFT_ENABLE_NEW_RUNTIME_BUILD=YES
672+
extra-cmake-options=-DSWIFT_ENABLE_NEW_RUNTIME_BUILD=YES
674673

675674
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
676675
mixin-preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx

0 commit comments

Comments
 (0)