Skip to content

Commit a50232d

Browse files
ci: Skip cloning no longer used rustc-timing repo
1 parent 772a304 commit a50232d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/check-benchmarks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -x;
55
bash -c "while true; do sleep 30; echo \$(date) - running ...; done" &
66
PING_LOOP_PID=$!
77
trap - ERR
8-
git clone https://github.com/rust-lang/rustc-timing.git;
98
cargo build -p collector;
109
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
1110
cargo run -p collector --bin collector -- \

0 commit comments

Comments
 (0)