mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Don’t install rust-docs, rust-src, or clippy on CI
See https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html#profiles
This commit is contained in:
parent
882dcc8408
commit
6913ad086a
3 changed files with 5 additions and 3 deletions
|
@ -190,6 +190,7 @@ def linux_tidy_unit_docs():
|
|||
./etc/ci/lockfile_changed.sh
|
||||
./etc/ci/check_no_panic.sh
|
||||
|
||||
rustup component add rust-docs
|
||||
RUSTDOCFLAGS="--disable-minification" ./mach doc
|
||||
(
|
||||
cd target/doc
|
||||
|
@ -734,7 +735,6 @@ def windows_task(name):
|
|||
)
|
||||
|
||||
|
||||
|
||||
def macos_task(name):
|
||||
return (
|
||||
decisionlib.MacOsGenericWorkerTask(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue