summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-06 10:57:34 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-08 10:31:45 -0500
commit7125e37d092bd67f48dddaada82c806096c500c1 (patch)
tree707240425afd44d5c22dcd8dfb8e7922cd08fe8c
parent93f1e7a95c78bcee9747050b652a89d5b6f1c4b1 (diff)
downloadlibrsvg-7125e37d092bd67f48dddaada82c806096c500c1.tar.gz
install-rust.sh: Don't install rustdoc-stripper
I think this is a leftover from the gtk-rs repos?
-rwxr-xr-xci/install-rust.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/install-rust.sh b/ci/install-rust.sh
index 907c6636..e0c75798 100755
--- a/ci/install-rust.sh
+++ b/ci/install-rust.sh
@@ -18,8 +18,3 @@ chmod -R a+w $RUSTUP_HOME $CARGO_HOME
rustup --version
cargo --version
rustc --version
-
-if [ "$RUST_VERSION" = "nightly" ]; then
- # Documentation tools
- cargo install --force rustdoc-stripper
-fi