Skip to content

Commit

Permalink
Merge #848: Tempararily pin fuzzer on rust 1.58
Browse files Browse the repository at this point in the history
8016a85 Tempararily pin fuzzer on rust 1.58 (sanket1729)

Pull request description:

  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.

ACKs for top commit:
  Kixunil:
    ACK 8016a85
  apoelstra:
    ACK 8016a85

Tree-SHA512: 171cf52cdb5144e5e4a5bbbe179ad93d441c9e1c98394dce786e5e87e2020d88b81b133730a2e9a040e3520205e1456713d0a0b6473928a26254c67369b2841f
  • Loading branch information
apoelstra committed Feb 26, 2022
2 parents 2c1077e + 8016a85 commit 45fe276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.58
override: true
profile: minimal
- run: cargo install honggfuzz
Expand Down

0 comments on commit 45fe276

Please sign in to comment.