-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build-script] Update build-script to support building and installing the SourceKit stress tester #20160
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
[build-script] Update build-script to support building and installing the SourceKit stress tester #20160
Conversation
@swift-ci please test |
Build failed |
Build failed |
9f2b5ea
to
81df9e9
Compare
@swift-ci please test |
Build failed |
Build failed |
81df9e9
to
c8e4a43
Compare
@swift-ci please test |
Build failed |
Build failed |
…o support building and installing the SourceKit stress tester This makes use of a helper script in the stress tester repo to do the actual build and install: https://github.com/apple/swift-stress-tester/blob/master/SourceKitStressTester/Utilities/build-script-helper.py
c8e4a43
to
506307c
Compare
@swift-ci Please build Toolchain macOS Platform |
@swift-ci please test |
Build failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@swift-ci Please build Toolchain Linux Platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
@nathawes We are seeing failure due to missing script. https://ci.swift.org/job/oss-swift-package-osx/2522/console
|
Adds support to build-script to build, test and install the SourceKit stress tester. Most of the actual build/install is handled by a helper script in the swift-stress-tester repo.
This also updates the OS X package builder presets to build and install the stress tester executables (
sk-stress-test
andsk-swiftc-wrapper
). I have a swift-integration-tests pull request open here to check it works correctly once it's in.