-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update collections, crypto, certs, and asn1 tag #82583
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 |
@swift-ci please test Linux |
@swift-ci please test Windows |
2333668
to
0a4b6e5
Compare
@swift-ci please test |
swiftlang/sourcekit-lsp#2194 |
Updating tags for swift-collections, swift-crypto, swift-certificates, and swift-asn1 to pick up changes needed for FreeBSD.
0a4b6e5
to
e9d42a4
Compare
@swift-ci please test |
I need to update the swift installer scripts repo with the new module layout. |
swiftlang/swift-installer-scripts#434 |
@swift-ci please test macOS |
swiftlang/swift-installer-scripts#434 |
The CCryptoBoringSSL library changed from C to C++, which means that the static archive on Windows changed names, from `CCryptoBoringSSL.lib` to `libCCryptoBoringSSL.lib`. The SourceKit-LSP SwiftPM test invocation explicitly passed `CCryptoBoringSSL.lib` to the SwiftPM invocation, resulting in the wrong search path. Pointing it at the correct location now.
@swift-ci please test |
swiftlang/swift-installer-scripts#434 |
1 similar comment
swiftlang/swift-installer-scripts#434 |
@swift-ci please test Linux |
1 similar comment
@swift-ci please test Linux |
Updating tags for swift-collections, swift-crypto, swift-certificates, and swift-asn1 to pick up changes needed for FreeBSD.