Skip to content

Commit

Permalink
ci: Skip cloning no longer used rustc-timing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 11, 2020
1 parent 772a304 commit a50232d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/check-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -x;
bash -c "while true; do sleep 30; echo \$(date) - running ...; done" &
PING_LOOP_PID=$!
trap - ERR
git clone https://github.com/rust-lang/rustc-timing.git;
cargo build -p collector;
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
cargo run -p collector --bin collector -- \
Expand Down

0 comments on commit a50232d

Please sign in to comment.