Skip to content

Commit 99437b4

Browse files
authored
Disable PlaygroundSupport when building with Xcode. (#3956)
Right now, build-script-impl always tries to build all PlaygroundSupport targets even if some SDKs are disabled. (That isn't going to work, of course.) The right fix is to figure out which targets /should/ be built given the SDKs that are enabled, but today's fix is just to remove it from the preset that uses Xcode (which can only build for macOS). (The irony of disabling a subproject that only builds with Xcode when we use Xcode to build another subproject is not lost on me.)
1 parent 6324314 commit 99437b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ skip-build-llbuild
274274
skip-test-llbuild
275275
skip-build-swiftpm
276276
skip-test-swiftpm
277+
skip-build-playgroundsupport
278+
skip-test-playgroundsupport
277279

278280
# This preset is used by CI to test swift-corelibs-xctest.
279281
[preset: buildbot_incremental,tools=RA,stdlib=RA,XCTest]

0 commit comments

Comments
 (0)