Skip to content

Commit d51f395

Browse files
committed
Temporarily disable honggfuzz CI
#387
1 parent 22544fe commit d51f395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,10 @@ jobs:
107107
working-directory: fuzz
108108
- uses: dtolnay/install@honggfuzz
109109
- run: sudo apt-get install binutils-dev libunwind-dev
110+
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387
110111
- run: cargo hfuzz build --no-default-features --features honggfuzz
111112
working-directory: fuzz
113+
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387
112114

113115
clippy:
114116
name: Clippy

0 commit comments

Comments
 (0)