diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-01-02 15:38:32 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-01-02 15:48:11 +0100 |
commit | f93c03cda345fb746ff3bb5b92b86536a0ee9236 (patch) | |
tree | cb103d981b3280b089b5e8a5d5baf30340babb9a /etc | |
parent | 1110cac184d15ba24f8f94cb21e258de4ba5be76 (diff) | |
download | servo-f93c03cda345fb746ff3bb5b92b86536a0ee9236.tar.gz servo-f93c03cda345fb746ff3bb5b92b86536a0ee9236.zip |
Install `rust-docs` rustup component in `./mach doc`
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 414b129405d..cd452410876 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -226,7 +226,6 @@ def linux_docs_check(): linux_build_task("Docs + check") .with_treeherder("Linux x64", "Doc+Check") .with_script(""" - rustup component add rust-docs RUSTDOCFLAGS="--disable-minification" ./mach doc ( cd target/doc |