Skip to content

Commit

Permalink
Temporarily disable honggfuzz CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 25, 2023
1 parent 22544fe commit d51f395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:
working-directory: fuzz
- uses: dtolnay/install@honggfuzz
- run: sudo apt-get install binutils-dev libunwind-dev
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387
- run: cargo hfuzz build --no-default-features --features honggfuzz
working-directory: fuzz
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387

clippy:
name: Clippy
Expand Down

0 comments on commit d51f395

Please sign in to comment.