From 28daa231c41fb0c93a60999dd7cbe7544a7ef081 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 11 Jun 2020 15:53:35 -0400 Subject: [PATCH 1/2] Fix toml to drop README --- collector/benchmarks/encoding/src/types/Cargo.toml | 1 - collector/benchmarks/hyper-2/Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/collector/benchmarks/encoding/src/types/Cargo.toml b/collector/benchmarks/encoding/src/types/Cargo.toml index a2d2baa7e..c32ddc494 100644 --- a/collector/benchmarks/encoding/src/types/Cargo.toml +++ b/collector/benchmarks/encoding/src/types/Cargo.toml @@ -10,7 +10,6 @@ homepage = "https://github.com/lifthrasiir/rust-encoding" documentation = "https://lifthrasiir.github.io/rust-encoding/" repository = "https://github.com/lifthrasiir/rust-encoding" keywords = ["encoding", "unicode", "charset"] -readme = "README.md" license = "MIT" [lib] diff --git a/collector/benchmarks/hyper-2/Cargo.toml b/collector/benchmarks/hyper-2/Cargo.toml index 930909d71..bb350059f 100644 --- a/collector/benchmarks/hyper-2/Cargo.toml +++ b/collector/benchmarks/hyper-2/Cargo.toml @@ -2,7 +2,6 @@ name = "hyper" version = "0.13.0-alpha.4" # don't forget to update html_root_url description = "A fast and correct HTTP library." -readme = "README.md" homepage = "https://hyper.rs" documentation = "https://docs.rs/hyper" repository = "https://github.com/hyperium/hyper" @@ -91,4 +90,4 @@ features = [ "unstable-stream", ] -[workspace] \ No newline at end of file +[workspace] From fe07ae35a6906ca1158b45510fe1f0fd238712b0 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 11 Jun 2020 15:57:09 -0400 Subject: [PATCH 2/2] ci: Skip cloning no longer used rustc-timing repo --- ci/check-benchmarks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/check-benchmarks.sh b/ci/check-benchmarks.sh index ee4a247fc..16afc6ab4 100755 --- a/ci/check-benchmarks.sh +++ b/ci/check-benchmarks.sh @@ -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 -- \