Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,28 @@ skip-test-tvos
skip-test-osx


#===------------------------------------------------------------------------===#
# PR testing presets
#===------------------------------------------------------------------------===#

[preset: pr_apple_llvm_project_linux]

llvm-cmake-options=-DCLANG_DEFAULT_LINKER=gold

foundation
libicu
libdispatch
test

release

lldb
lldb-test-swift-only

skip-test-cmark
skip-test-swift
skip-test-foundation

#===------------------------------------------------------------------------===#
# Mixins for LLBuild, SwiftPM and downstream package project PR tests.
#===------------------------------------------------------------------------===#
Expand Down