Skip to content

Commit 8c53569

Browse files
committed
[build-script] Add buildbot_linux,without_host_swift preset
Based on a patch from Evan Wilde, introduce a new preset that disables the features that require Swift host tools. This involves disabling early swift-syntax (used in the compiler for macros et al) and early swift-driver.
1 parent 52401c6 commit 8c53569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

utils/build-presets.ini

+9
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,15 @@ mixin-preset=
930930

931931
skip-test-swiftdocc
932932

933+
[preset: buildbot_linux,without_host_swift]
934+
mixin-preset=
935+
buildbot_linux
936+
937+
skip-early-swiftsyntax
938+
skip-early-swift-driver
939+
940+
bootstrapping=off
941+
933942
[preset: buildbot_linux_crosscompile_wasm]
934943
mixin-preset=buildbot_linux
935944

0 commit comments

Comments
 (0)