-
Notifications
You must be signed in to change notification settings - Fork 188
build: install linker files for installed targets #753
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
Conversation
@swift-ci please test |
Ensure that we install any linker files for the modules which are required on certain platforms.
@swift-ci please test |
Thanks, this seems fine to me! Before merging could we kick off a toolchain build or full swift test with this change just to get some good coverage over the CMake changes? We don't have that setup on this repo yet so it'll need to be kicked off via a PR to the swiftlang/swift repo (or the swift-corelibs-foundation repo) to double check this doesn't cause any issues in the toolchain build on linux+windows |
Sure! Kicked that off at swiftlang/swift#65907. I'll follow up with the installer changes later, I want to get this in to unblock CI |
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.
Awesome thanks! Approved and good to merge after that build finishes successfully
)" This reverts commit 590caaa. This introduces a failure in the Ubuntu 20.04 test suite (e.g. https://ci.swift.org/job/oss-swift-pr-test-ubuntu-20_04/7131/).
This reverts commit 590caaa. This introduces a failure in the Ubuntu 20.04 test suite (e.g. https://ci.swift.org/job/oss-swift-pr-test-ubuntu-20_04/7131/).
Ensure that we install any linker files for the modules which are required on certain platforms.