@@ -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]
@@ -398,28 +403,6 @@ install-libcxx
398
403
[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
399
404
mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
400
405
401
- [preset: buildbot_incremental,tools=RA,stdlib=RA,xcode]
402
- mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
403
- build-subdir =buildbot_incremental_xcode
404
-
405
- xcode
406
- # We do not support building cross compiled stdlibs on OS X with Xcode. So only
407
- # build the OS X SDK.
408
- skip-build-ios
409
- skip-test-ios
410
- skip-build-tvos
411
- skip-test-tvos
412
- skip-build-watchos
413
- skip-test-watchos
414
- stdlib-deployment-targets =macosx-x86_64
415
- swift-primary-variant-sdk =OSX
416
- swift-primary-variant-arch =x86_64
417
- skip-build-llbuild
418
- skip-test-llbuild
419
- skip-test-swiftpm
420
- skip-test-swift-driver
421
- skip-test-playgroundsupport
422
-
423
406
# This preset is used by CI to test swift-corelibs-xctest.
424
407
[preset: buildbot_incremental,tools=RA,stdlib=RA,XCTest]
425
408
# We don't use buildbot_incremental_base_all_platforms because we don't need to
@@ -436,7 +419,6 @@ build-swift-stdlib-unittest-extra
436
419
# This preset is meant to test XCTest, not Swift or Foundation. We don't
437
420
# want stochastic failures in those test suites to prevent XCTest tests from
438
421
# being run.
439
- skip-test-cmark
440
422
skip-test-swift
441
423
skip-test-libdispatch
442
424
skip-test-foundation
@@ -559,7 +541,6 @@ skip-test-swift
559
541
skip-test-swiftpm
560
542
skip-test-swift-driver
561
543
skip-test-llbuild
562
- skip-test-cmark
563
544
skip-test-playgroundsupport
564
545
skip-test-swiftsyntax
565
546
skip-test-skstresstester
@@ -608,24 +589,8 @@ build-subdir=buildbot_incremental
608
589
release
609
590
assertions
610
591
611
- # We run the OS X tests and validation tests.
612
- test
613
- validation-test
614
-
615
592
llvm-targets-to-build =X86; ARM;AArch64;PowerPC
616
593
617
- # Set the vendor to apple
618
- compiler-vendor =apple
619
-
620
- # Always reconfigure cmake
621
- reconfigure
622
-
623
- # We want to always perform a verbose build
624
- verbose-build
625
-
626
- # Build ninja while we are at it
627
- build-ninja
628
-
629
594
libcxx
630
595
llbuild
631
596
swiftpm
@@ -1738,7 +1703,6 @@ install-swiftsyntax
1738
1703
install-libcxx
1739
1704
1740
1705
skip-test-swift
1741
- skip-test-cmark
1742
1706
1743
1707
[preset: mixin_swiftpm_macos_platform]
1744
1708
mixin-preset =
0 commit comments