Skip to content

[swift-syntax] Reduce number of jobs that verify generated files #68763

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
Sep 26, 2023
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
9 changes: 0 additions & 9 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ sourcekit-lsp
# Failing to build in CI: rdar://78408440
# swift-inspect
swiftsyntax
swiftsyntax-verify-generated-files
swiftformat

skstresstester
Expand Down Expand Up @@ -631,7 +630,6 @@ libcxx
llbuild
swiftpm
swiftsyntax
swiftsyntax-verify-generated-files
swiftformat
swift-driver
indexstore-db
Expand Down Expand Up @@ -1160,7 +1158,6 @@ xctest
foundation
libdispatch
swiftsyntax
swiftsyntax-verify-generated-files
swiftformat
indexstore-db
sourcekit-lsp
Expand Down Expand Up @@ -1304,10 +1301,6 @@ indexstore-db
sourcekit-lsp
swiftdocc

# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
# are checked in.
swiftsyntax-verify-generated-files

# Build with debug info, this allows us to symbolicate crashes from
# production builds.
release-debuginfo
Expand Down Expand Up @@ -1905,8 +1898,6 @@ assertions
swiftsyntax
swiftsyntax-enable-rawsyntax-validation
swiftsyntax-enable-test-fuzzing
swiftsyntax-verify-generated-files
swiftsyntax-lint
sourcekit-lsp
swiftformat

Expand Down