Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
remove cargo install cargo-audit from CI (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-solana authored May 2, 2019
1 parent abcbbb9 commit ffb1557
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
12 changes: 0 additions & 12 deletions book/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,4 @@ set -e

cd "$(dirname "$0")"

cargo_install_unless() {
declare crate=$1
shift

"$@" > /dev/null 2>&1 || \
cargo install "$crate"
}

export PATH=$CARGO_HOME/bin:$PATH
cargo_install_unless mdbook mdbook --help
cargo_install_unless svgbob_cli svgbob --help

make -j"$(nproc)"
20 changes: 0 additions & 20 deletions ci/audit.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export RUSTFLAGS="-D warnings"
_ cargo +"$rust_stable" fmt --all -- --check
_ cargo +"$rust_stable" clippy --all -- --version
_ cargo +"$rust_stable" clippy --all -- --deny=warnings
_ ci/audit.sh
_ cargo +"$rust_stable" audit
_ ci/nits.sh
_ book/build.sh

Expand Down

0 comments on commit ffb1557

Please sign in to comment.