Tempararily pin fuzzer on rust 1.58#848
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Feb 26, 2022
Merged
Conversation
I think this might take a while to resolve and we should move ahead with 1.58. Looks like the fresh release of 1.59 added LLVM 13.0 that broke some things.
Kixunil
approved these changes
Feb 25, 2022
Member
Author
|
@tcharding @apoelstra can we merge this quickly? Something about red |
apoelstra
approved these changes
Feb 26, 2022
Closed
apoelstra
added a commit
to rust-bitcoin/rust-miniscript
that referenced
this pull request
Mar 8, 2022
b0e078d Fix Fuzz CI at rust 1.58 (sanket1729) Pull request description: Corollary to rust-bitcoin/rust-bitcoin#848 ACKs for top commit: apoelstra: ACK b0e078d Tree-SHA512: fd9ff7b8a0d833b82e30505c222b9b8697edc19c2335c6d4b25377b1d6ba9620c52e2ddb486b5f54c961fd0739a09a669008de447e7774e9698a2359f3d050d0
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
b0e078dc44e6ed1e03f6cc95dbeab2b3cbcb25e1 Fix Fuzz CI at rust 1.58 (sanket1729) Pull request description: Corollary to rust-bitcoin/rust-bitcoin#848 ACKs for top commit: apoelstra: ACK b0e078dc44e6ed1e03f6cc95dbeab2b3cbcb25e1 Tree-SHA512: fd9ff7b8a0d833b82e30505c222b9b8697edc19c2335c6d4b25377b1d6ba9620c52e2ddb486b5f54c961fd0739a09a669008de447e7774e9698a2359f3d050d0
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 think this might take a while to resolve and we should move ahead with
1.58. Looks like the fresh release of 1.59 added LLVM 13.0 that broke
some things.