Skip to content

Commit bbac3c1

Browse files
authored
Merge pull request swiftlang#33525 from gottesmm/pr-a8947c6d9f8e57297f98ee0fe2796cc8f530b842
[build-presets.ini] Extract out osx_package no test into a mixin so we match how presets are setup for snapshots on Linux.
2 parents 07fdb2e + f756cc1 commit bbac3c1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

utils/build-presets.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,14 +1355,7 @@ debug-llvm
13551355
debug-swift
13561356
no-swift-stdlib-assertions
13571357

1358-
1359-
# macOS package with out test
1360-
[preset: buildbot_osx_package,no_test]
1361-
mixin-preset=
1362-
buildbot_osx_package
1363-
1364-
dash-dash
1365-
1358+
[preset: mixin_buildbot_osx_package,no_test]
13661359
skip-test-swift
13671360
skip-test-swiftpm
13681361
skip-test-swift-driver
@@ -1378,6 +1371,12 @@ extra-cmake-options=
13781371
-DCMAKE_C_FLAGS="-gline-tables-only"
13791372
-DCMAKE_CXX_FLAGS="-gline-tables-only"
13801373

1374+
# macOS package with out test
1375+
[preset: buildbot_osx_package,no_test]
1376+
mixin-preset=
1377+
buildbot_osx_package
1378+
mixin_buildbot_osx_package,no_test
1379+
13811380
#===------------------------------------------------------------------------===#
13821381
# LLDB build configurations
13831382
#

0 commit comments

Comments
 (0)