Skip to content

Commit 81e5db4

Browse files
committed
Move pr-apple-llvm-project-linux config to preset
Moving the flags used to invoke build-script for pr-apple-llvm-project-linux to a preset so that it can be configured without modifying CI itself.
1 parent 0e2d54d commit 81e5db4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

utils/build-presets.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,26 @@ skip-test-tvos
17511751
skip-test-osx
17521752

17531753

1754+
#===------------------------------------------------------------------------===#
1755+
# PR testing presets
1756+
#===------------------------------------------------------------------------===#
1757+
1758+
[preset: pr_apple_llvm_project_linux]
1759+
1760+
foundation
1761+
libicu
1762+
libdispatch
1763+
test
1764+
1765+
release
1766+
1767+
lldb
1768+
lldb-test-swift-only
1769+
1770+
skip-test-cmark
1771+
skip-test-swift
1772+
skip-test-foundation
1773+
17541774
#===------------------------------------------------------------------------===#
17551775
# Mixins for LLBuild, SwiftPM and downstream package project PR tests.
17561776
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)