Skip to content

ci fuzz coverage debug session #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,14 @@ jobs:
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
toolchain: nightly-2025-04-21-x86_64-unknown-linux-gnu
components: llvm-tools-preview
- name: Install cargo fuzz & rustfilt
- name: Install cargo fuzz
run: cargo install cargo-fuzz
- name: rustfilt
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
with:
tool: cargo-fuzz,rustfilt
tool: rustfilt
- name: Download custom decompression corpus
if: ${{ contains(matrix.corpus, 'gzip-files') }}
run: |
Expand Down
Loading