Update Manifest to avoid MbedTLS_jll#4100
Closed
eschnett wants to merge 2 commits intoJuliaLang:masterfrom
Closed
Conversation
Author
|
These tests will fail because they are run with the old version of Julia. The Julia tests (see JuliaLang/julia#56708) actually run the Pkg tests as well, and they succeed there. Thus the test failures here should be ignored. |
|
kindly pinging @KristofferC on this? This is required for the julia PR at JuliaLang/julia#56708 given that MbedTLS is reaching end-of-support. |
Member
|
#4123 is an alternative that should work both here and on the updated version, so we can check CI on both sides. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm working on replacing MbedTLS by OpenSSL in Julia. See JuliaLang/julia#56708. This PR avoids MbedTLS_jll.