mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Switch rustup to minimal mode
Should speed up the build especially on Windows
This commit is contained in:
parent
a97a2df9c4
commit
e36700881c
@ -10,6 +10,7 @@ cache:
|
|||||||
- cargo
|
- cargo
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- rustup set profile minimal
|
||||||
- rustup update
|
- rustup update
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user