@@ -326,14 +326,19 @@ test
326
326
validation-test
327
327
lit-args =-v --time-tests
328
328
329
+ # Set the vendor to apple
329
330
compiler-vendor =apple
330
331
331
332
# On buildbots, always force a reconfiguration to make sure we pick up changes
332
333
# in the build-script and build-presets.ini.
333
334
reconfigure
334
335
336
+ # We want to always perform a verbose build
335
337
verbose-build
338
+
339
+ # Build ninja while we are at it
336
340
build-ninja
341
+
337
342
skip-test-cmark
338
343
339
344
[preset: buildbot_incremental_base_all_platforms]
@@ -399,28 +404,6 @@ install-libcxx
399
404
[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
400
405
mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
401
406
402
- [preset: buildbot_incremental,tools=RA,stdlib=RA,xcode]
403
- mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
404
- build-subdir =buildbot_incremental_xcode
405
-
406
- xcode
407
- # We do not support building cross compiled stdlibs on OS X with Xcode. So only
408
- # build the OS X SDK.
409
- skip-build-ios
410
- skip-test-ios
411
- skip-build-tvos
412
- skip-test-tvos
413
- skip-build-watchos
414
- skip-test-watchos
415
- stdlib-deployment-targets =macosx-x86_64
416
- swift-primary-variant-sdk =OSX
417
- swift-primary-variant-arch =x86_64
418
- skip-build-llbuild
419
- skip-test-llbuild
420
- skip-test-swiftpm
421
- skip-test-swift-driver
422
- skip-test-playgroundsupport
423
-
424
407
# This preset is used by CI to test swift-corelibs-xctest.
425
408
[preset: buildbot_incremental,tools=RA,stdlib=RA,XCTest]
426
409
# We don't use buildbot_incremental_base_all_platforms because we don't need to
@@ -437,7 +420,6 @@ build-swift-stdlib-unittest-extra
437
420
# This preset is meant to test XCTest, not Swift or Foundation. We don't
438
421
# want stochastic failures in those test suites to prevent XCTest tests from
439
422
# being run.
440
- skip-test-cmark
441
423
skip-test-swift
442
424
skip-test-libdispatch
443
425
skip-test-foundation
@@ -560,7 +542,6 @@ skip-test-swift
560
542
skip-test-swiftpm
561
543
skip-test-swift-driver
562
544
skip-test-llbuild
563
- skip-test-cmark
564
545
skip-test-playgroundsupport
565
546
skip-test-swiftsyntax
566
547
skip-test-skstresstester
@@ -609,24 +590,8 @@ build-subdir=buildbot_incremental
609
590
release
610
591
assertions
611
592
612
- # We run the OS X tests and validation tests.
613
- test
614
- validation-test
615
-
616
593
llvm-targets-to-build =X86; ARM;AArch64;PowerPC
617
594
618
- # Set the vendor to apple
619
- compiler-vendor =apple
620
-
621
- # Always reconfigure cmake
622
- reconfigure
623
-
624
- # We want to always perform a verbose build
625
- verbose-build
626
-
627
- # Build ninja while we are at it
628
- build-ninja
629
-
630
595
libcxx
631
596
llbuild
632
597
swiftpm
@@ -1744,7 +1709,6 @@ install-swiftsyntax
1744
1709
install-libcxx
1745
1710
1746
1711
skip-test-swift
1747
- skip-test-cmark
1748
1712
1749
1713
[preset: mixin_swiftpm_macos_platform]
1750
1714
mixin-preset =
0 commit comments