From 5bffae4404c85ad3d55948fa84eed381e7932d6d Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Thu, 21 Nov 2024 14:07:36 -0800 Subject: [PATCH] [build-script] Adding buildbot_linux,bootstrap Adding a preset for running a bootstrapped buildbot linux configuration to verify that bootstrapping on environments that do not have a compiler will still work. Swift Syntax and the Swift Driver must be disabled since build-script cannot schedule them at the appropriate times during the compiler build. Since we do not start with an existing Swift compiler, they can't be pre-built. --- utils/build-presets.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/build-presets.ini b/utils/build-presets.ini index 4210d6e60f891..c4de384116e4b 100644 --- a/utils/build-presets.ini +++ b/utils/build-presets.ini @@ -927,6 +927,15 @@ mixin-preset= skip-test-swiftdocc +[preset: buildbot_linux,bootstrapped] +mixin-preset= + buildbot_linux + +skip-early-swiftsyntax +skip-early-swift-driver + +bootstrapping=bootstrapping + [preset: buildbot_linux_crosscompile_wasm] mixin-preset=buildbot_linux