8000 [WIP] Test if clippy got much slower over the last few days by tesuji · Pull Request #4712 · rust-lang/rust-clippy · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Test if clippy got much slower over the last few days #4712

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

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
build: use share cargo target dir for both clippy and integration test
  • Loading branch information
tesuji committed Oct 23, 2019
commit 1e9e62eb3e5dbaf5e1225f2221bf44b171b4c7a4
3 changes: 3 additions & 0 deletions ci/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if [[ -z "$INTEGRATION" ]]; then
exit 0
fi

CARGO_TARGET_DIR=$(pwd)/target
export CARGO_TARGET_DIR

rm ~/.cargo/bin/cargo-clippy
cargo install --force --debug --path .

Expand Down
0