@@ -326,14 +326,19 @@ test
326326validation-test
327327lit-args =-v --time-tests
328328
329+ # Set the vendor to apple
329330compiler-vendor =apple
330331
331332# On buildbots, always force a reconfiguration to make sure we pick up changes
332333# in the build-script and build-presets.ini.
333334reconfigure
334335
336+ # We want to always perform a verbose build
335337verbose-build
338+
339+ # Build ninja while we are at it
336340build-ninja
341+
337342skip-test-cmark
338343
339344[preset: buildbot_incremental_base_all_platforms]
@@ -399,28 +404,6 @@ install-libcxx
399404[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
400405mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
401406
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-
424407# This preset is used by CI to test swift-corelibs-xctest.
425408[preset: buildbot_incremental,tools=RA,stdlib=RA,XCTest]
426409# We don't use buildbot_incremental_base_all_platforms because we don't need to
@@ -437,7 +420,6 @@ build-swift-stdlib-unittest-extra
437420# This preset is meant to test XCTest, not Swift or Foundation. We don't
438421# want stochastic failures in those test suites to prevent XCTest tests from
439422# being run.
440- skip-test-cmark
441423skip-test-swift
442424skip-test-libdispatch
443425skip-test-foundation
@@ -560,7 +542,6 @@ skip-test-swift
560542skip-test-swiftpm
561543skip-test-swift-driver
562544skip-test-llbuild
563- skip-test-cmark
564545skip-test-playgroundsupport
565546skip-test-swiftsyntax
566547skip-test-skstresstester
@@ -609,24 +590,8 @@ build-subdir=buildbot_incremental
609590release
610591assertions
611592
612- # We run the OS X tests and validation tests.
613- test
614- validation-test
615-
616593llvm-targets-to-build =X86; ARM;AArch64;PowerPC
617594
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-
630595libcxx
631596llbuild
632597swiftpm
@@ -1744,7 +1709,6 @@ install-swiftsyntax
17441709install-libcxx
17451710
17461711skip-test-swift
1747- skip-test-cmark
17481712
17491713[preset: mixin_swiftpm_macos_platform]
17501714mixin-preset =
0 commit comments