Skip to content

Commit

Permalink
Revert using hosttools for macOS, add other options
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Oct 14, 2024
1 parent f5788f7 commit 12a2975
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion swift-build-presets
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ skip-test-swiftformat
skip-test-toolchain-benchmarks
skip-test-swift-inspect
skip-test-swift
skip-build-xros
skip-test-xros
skip-test-xros-host
skip-test-xros-simulator

skip-build-clang-tools-extra
skip-build-benchmarks
Expand All @@ -25,8 +29,14 @@ no-assertions
reconfigure

install-swift
install-swiftsyntax
install-swift-testing
install-swift-testing-macros
install-prefix=/codeql-toolchain

swift-testing
swift-testing-macros

[preset: codeql-release]
mixin-preset=codeql-baseline
release
Expand All @@ -38,7 +48,7 @@ bootstrapping=hosttools

[preset: codeql-macOS]
mixin-preset=codeql-release
bootstrapping=hosttools
bootstrapping=bootstrapping

[preset: codeql-debug]
mixin-preset=codeql-baseline
Expand Down

0 comments on commit 12a2975

Please sign in to comment.