Skip to content

Commit fd60697

Browse files
committed
[presets] Add a special preset for Amazon Linux 2
This preset inherits from buildbot_linux, the preset currently used to build on AL2. Additionally, it: * Disables sourcekit-lsp testing. We do not expect people to be using AL2 as a Swift development platform at this point, and some sourcekit-lsp tests fail only on AL2. * Disables LLDB testing and Python scripting support for LLDB. The Python requirement for both is too high for AL2.
1 parent f78a3c7 commit fd60697

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/build-presets.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,13 @@ mixin-preset=buildbot_linux_base
967967

968968
no-assertions
969969

970+
[preset: buildbot_amazon_linux_2]
971+
mixin-preset=buildbot_linux
972+
973+
skip-test-sourcekit-lsp
974+
skip-test-lldb
975+
976+
extra-cmake-options=-DLLDB_ENABLE_PYTHON=NO
970977

971978
[preset: mixin_buildbot_linux,no_test]
972979
skip-test-cmark

0 commit comments

Comments
 (0)