mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #24511 - servo:minimal, r=nox
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:
commit
75830b717a
3 changed files with 5 additions and 3 deletions
|
@ -42,7 +42,7 @@ RUN \
|
|||
&& \
|
||||
#
|
||||
#
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y && \
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none --profile=minimal -y && \
|
||||
#
|
||||
#
|
||||
curl -sSfL \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue