Skip to content

Commit 5b1d1be

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 23bce84 commit 5b1d1be

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
@@ -1740,6 +1740,26 @@ skip-test-tvos
17401740
skip-test-osx
17411741

17421742

1743+
#===------------------------------------------------------------------------===#
1744+
# PR testing presets
1745+
#===------------------------------------------------------------------------===#
1746+
1747+
[preset: pr_apple_llvm_project_linux]
1748+
1749+
foundation
1750+
libicu
1751+
libdispatch
1752+
test
1753+
1754+
release
1755+
1756+
lldb
1757+
lldb-test-swift-only
1758+
1759+
skip-test-cmark
1760+
skip-test-swift
1761+
skip-test-foundation
1762+
17431763
#===------------------------------------------------------------------------===#
17441764
# Mixins for LLBuild, SwiftPM and downstream package project PR tests.
17451765
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)