Skip to content

Commit f756cc1

Browse files
committed
[build-presets.ini] Extract out osx_package no test into a mixin so we match how presets are setup for snapshots on Linux.
More importantly, it will allow for downstream projects to cascade on top of snapshot no-test scheme, ensuring that as we modify/add projects, these other downstream things will keep working. The actual change here is NFC since I just extracted the preset.
1 parent 17e70c8 commit f756cc1

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
@@ -1340,14 +1340,7 @@ debug-llvm
13401340
debug-swift
13411341
no-swift-stdlib-assertions
13421342

1343-
1344-
# macOS package with out test
1345-
[preset: buildbot_osx_package,no_test]
1346-
mixin-preset=
1347-
buildbot_osx_package
1348-
1349-
dash-dash
1350-
1343+
[preset: mixin_buildbot_osx_package,no_test]
13511344
skip-test-swift
13521345
skip-test-swiftpm
13531346
skip-test-llbuild
@@ -1362,6 +1355,12 @@ extra-cmake-options=
13621355
-DCMAKE_C_FLAGS="-gline-tables-only"
13631356
-DCMAKE_CXX_FLAGS="-gline-tables-only"
13641357

1358+
# macOS package with out test
1359+
[preset: buildbot_osx_package,no_test]
1360+
mixin-preset=
1361+
buildbot_osx_package
1362+
mixin_buildbot_osx_package,no_test
1363+
13651364
#===------------------------------------------------------------------------===#
13661365
# LLDB build configurations
13671366
#

0 commit comments

Comments
 (0)