Skip to content

Commit cbb53b6

Browse files
committed
Bump fuzz MSRV to 1.80
honggfuzz builds appear to fail on 1.75 - 1.79, so we just pick an MSRV of the first toolchain that actually works.
1 parent 89671a5 commit cbb53b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ jobs:
254254
fuzz:
255255
runs-on: self-hosted
256256
env:
257-
TOOLCHAIN: 1.75
257+
# For whatever reason, honggfuzz doesn't build on 1.75, and there's not a lot of
258+
# reason to insist on 1.75 for fuzzing, so we just pick an MSRV of 1.80 for fuzz.
259+
TOOLCHAIN: 1.80
258260
steps:
259261
- name: Checkout source code
260262
uses: actions/checkout@v4

0 commit comments

Comments
 (0)