Skip to content

FreeBSD: Update build preset #83494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 16 additions & 2 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,21 @@ llvm-targets-to-build=X86;ARM;AArch64;WebAssembly
#===------------------------------------------------------------------------===#
# FreeBSD Builders
#===------------------------------------------------------------------------===#
[preset: mixin_freebsd_package_install]
[preset: mixin_freebsd_package_products]

foundation
indexstore-db
libdispatch
llbuild
lldb
sourcekit-lsp
swift-driver
swift-testing
swift-testing-macros
swiftdocc
swiftformat
swiftpm
xctest

swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;libexec;stdlib;swift-remote-mirror;sdk-overlay;static-mirror-lib;toolchain-tools;license;sourcekit-inproc
llvm-install-components=llvm-ar;llvm-ranlib;llvm-cov;llvm-profdata;llvm-objdump;llvm-objcopy;llvm-symbolizer;IndexStore;clang;clang-resource-headers;builtins;runtimes;clangd;libclang;lld;LTO;clang-features-file
Expand Down Expand Up @@ -1390,7 +1404,7 @@ skip-test-swiftdocc

[preset: freebsd_package]
mixin-preset=
mixin_freebsd_package_install
mixin_freebsd_package_products
mixin_freebsd_package_test

extra-llvm-cmake-options=
Expand Down