We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5dc347 + 90c6f5a commit 53f4da3Copy full SHA for 53f4da3
utils/build-presets.ini
@@ -632,6 +632,9 @@ swift-primary-variant-arch=x86_64
632
# Don't build the benchmarks
633
skip-build-benchmarks
634
635
+# Skip playground tests
636
+skip-test-playgroundsupport
637
+
638
# Enable libswift
639
libswift
640
@@ -1543,6 +1546,9 @@ swiftevolve
1543
1546
# Build Playground support
1544
1547
playgroundsupport
1545
1548
1549
+# Skip Playground tests
1550
1551
1552
# Skip build and test for tvOS
1553
skip-build-tvos
1554
skip-test-tvos
0 commit comments