Skip to content

Commit efdeb2b

Browse files
authored
Merge pull request #74162 from etcwilde/ewilde/swift6-llvm-linux-pr-test-preset
🍒[Swift6] Add preset for pr-apple-llvm-project-linux PR testing
2 parents 6e63a5f + b70130c commit efdeb2b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

utils/build-presets.ini

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,28 @@ 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+
llvm-cmake-options=-DCLANG_DEFAULT_LINKER=gold
1750+
1751+
foundation
1752+
libicu
1753+
libdispatch
1754+
test
1755+
1756+
release
1757+
1758+
lldb
1759+
lldb-test-swift-only
1760+
1761+
skip-test-cmark
1762+
skip-test-swift
1763+
skip-test-foundation
1764+
17431765
#===------------------------------------------------------------------------===#
17441766
# Mixins for LLBuild, SwiftPM and downstream package project PR tests.
17451767
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)