-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add swift-asn1 and swift-certificates to update-checkout
#64045
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
Add swift-asn1 and swift-certificates to update-checkout
#64045
Conversation
@swift-ci please test |
@swift-ci please smoke test |
Also update swift-crypto to 2.3.0 These are needed for SwiftPM registry work. We're using the `main` branch for now but will switch to concrete versions closer to the release.
1b09852
to
c4e50fe
Compare
swiftlang/swift-package-manager#6216 |
swiftlang/swift-package-manager#6216 |
Some random Swift tests failed on the macOS job
This also means we did not even get to building SwiftPM. The Linux job passed and build the new libraries as expected. |
swiftlang/swift-package-manager#6216 |
@neonichu, just noticed this when building the latest trunk snapshot from source: do you plan on switching to concrete versions before the 5.9 branch? Because these repos don't have any snapshot tagging set up yet and will just check out random commits from the main branch until then. That's fine for toolchain developers who just build latest trunk, but causes problems for those who want more stable builds and use the snapshot tags for that. |
@buttaface yah, the plan is to switch to a concrete version, like we do for e.g. swift-crypto, once the libraries are mature enough (sometime before the 5.9 branch date). |
pinning them in #64285 |
These are needed for SwiftPM registry work. We're using the
main
branch for now but will switch to concrete versions closer to the release.