Skip to content

[build-presets] Test the stress tester and swiftevolve as downstream dependencies #27855

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

Merged
merged 1 commit into from
Nov 8, 2019
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
13 changes: 12 additions & 1 deletion utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,12 @@ swiftpm
indexstore-db
sourcekit-lsp

swiftsyntax
swiftsyntax-verify-generated-files

skstresstester
swiftevolve

# Build Playground support
playgroundsupport

Expand Down Expand Up @@ -781,6 +787,7 @@ stress-test
test-optimized
foundation
libdispatch
swiftsyntax
indexstore-db
sourcekit-lsp
lit-args=-v --time-tests
Expand Down Expand Up @@ -1018,6 +1025,7 @@ swiftpm
xctest
foundation
libdispatch
swiftsyntax
indexstore-db
sourcekit-lsp
dash-dash
Expand Down Expand Up @@ -1389,6 +1397,10 @@ install-llbuild
install-swiftpm
install-libcxx

# Build the stress tester and SwiftEvolve
skstresstester
swiftevolve

# Build Playground support
playgroundsupport

Expand Down Expand Up @@ -1581,7 +1593,6 @@ assertions
swiftsyntax
swiftsyntax-verify-generated-files


#===------------------------------------------------------------------------===#
# Test Swift Stress Tester
#===------------------------------------------------------------------------===#
Expand Down