Skip to content

Build and install SwiftSyntaxParser from build-script.py #318

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
Oct 4, 2021

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 1, 2021

The stress tester is using SwiftSyntaxParser and is expecting to find the dylib in the toolchain, but it’s failing to find it because we’re not installing SwiftSyntaxParser.dylib into the toolchain. Install it to fix the issue.

rdar://83727870

The stress tester is using SwiftSyntaxParser and is expecting to find the dylib in the toolchain, but it’s failing to find it because we’re not installing `SwiftSyntaxParser.dylib` into the toolchain. Install it to fix the issue.

rdar://83727870
@ahoppen
Copy link
Member Author

ahoppen commented Oct 1, 2021

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Oct 1, 2021

Verified that the toolchain generated with this PR applied contains both libSwiftSyntax.dylib and libSwiftSyntaxParser.dylib.

@ahoppen
Copy link
Member Author

ahoppen commented Oct 4, 2021

Also verified that the stress tester integration test disabled by swiftlang/swift-integration-tests#89 is passing again in the newly built toolchain.

@ahoppen ahoppen merged commit 69eebd9 into swiftlang:main Oct 4, 2021
@ahoppen ahoppen deleted the pr/install-swiftsyntaxparser branch October 4, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants