Skip to content

Commit 38bb8df

Browse files
committed
[build-preset] Add preset buildbot_incremental,tools=RA,llvm-only
This preset just builds llvm via build-script. Its intention is to enable bots to validate that we are properly configuring LLVM/Clang so that all LLVM/Clang tests pass. We have the unfortunate burden of attempting to match LLVM/Clang's build exactly with build-script. This is a small step towards validating that by ensuring that when we configure LLVM/Clang we can at least run their tests. For expediency, I am just going to trigger the LLVM/Clang tests on the bots without using build-script-impl since there are a bunch of large changes occuring there. rdar://26559922
1 parent 75da8bb commit 38bb8df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

utils/build-presets.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,19 @@ dash-dash
419419

420420
swift-enable-lto
421421

422+
[preset: buildbot_incremental,tools=RA,llvm-only]
423+
build-subdir=buildbot_incremental_llvmonly
424+
425+
# Build Release without debug info, because it is faster to build.
426+
release-debug
427+
assertions
428+
test=0
429+
430+
dash-dash
431+
432+
# Do not build swift or cmark
433+
skip-build-swift
434+
skip-build-cmark
422435

423436
#===------------------------------------------------------------------------===#
424437
# A setting to run a buildbot that passes extra swift args when compiling

0 commit comments

Comments
 (0)