Skip to content

Commit ec3b305

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 75d60af commit ec3b305

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
@@ -1770,6 +1770,26 @@ skip-test-tvos
17701770
skip-test-osx
17711771

17721772

1773+
#===------------------------------------------------------------------------===#
1774+
# PR testing presets
1775+
#===------------------------------------------------------------------------===#
1776+
1777+
[preset: pr_apple_llvm_project_linux]
1778+
1779+
foundation
1780+
libicu
1781+
libdispatch
1782+
test
1783+
1784+
release
1785+
1786+
lldb
1787+
lldb-test-swift-only
1788+
1789+
skip-test-cmark
1790+
skip-test-swift
1791+
skip-test-foundation
1792+
17731793
#===------------------------------------------------------------------------===#
17741794
# Mixins for LLBuild, SwiftPM and downstream package project PR tests.
17751795
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)