Skip to content

Commit

Permalink
added fuzz tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 16, 2024
1 parent 7aa847b commit 18092a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ namada:
RUN cargo binstall cargo-llvm-cov --no-confirm
RUN cargo +$nightly_toolchain install cargo-llvm-cov --locked

# install rustfilt (for fuzzing)
RUN cargo install rustfilt

# install fuzz
RUN cargo install cargo-fuzz

# download mold
RUN curl -o mold.tar.gz -LO https://github.com/rui314/mold/releases/download/v2.32.1/mold-2.32.1-x86_64-linux.tar.gz
RUN tar --strip-components 2 -xvzf mold.tar.gz mold-2.32.1-x86_64-linux/bin/mold
Expand Down

0 comments on commit 18092a7

Please sign in to comment.