Skip to content

Commit e333144

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 e333144

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/build-presets.ini

+7
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,13 @@ 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+
933940
[preset: buildbot_linux_crosscompile_wasm]
934941
mixin-preset=buildbot_linux
935942

0 commit comments

Comments
 (0)