Skip to content

Commit

Permalink
Use +nightly channel for the fuzzing and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Aug 18, 2023
1 parent 6e1c0d3 commit ab1a1a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ ci:
.PHONY: setup
setup:
rustup component add clippy rustfmt && rustup toolchain install nightly
rustup component add llvm-tools-preview
cargo install cargo-fuzz --profile release
#cargo install cargo-tarpaulin --profile release # for coverage
rustup +nightly component add llvm-tools-preview
cargo +nightly install cargo-fuzz --profile release
cargo +nightly install cargo-tarpaulin cargo-binutils --profile release # for coverage
# python3 -m pip install reuse
# Fedora 37
# sudo ln -s libclang.so.15 libclang.so
Expand Down

0 comments on commit ab1a1a1

Please sign in to comment.