]> git.lizzy.rs Git - rust.git/commitdiff
install minimal profile by default
authorRalf Jung <post@ralfj.de>
Wed, 16 Oct 2019 08:02:31 +0000 (10:02 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 16 Oct 2019 08:02:31 +0000 (10:02 +0200)
.appveyor.yml
.travis.yml

index 582b55f62dbb5d73ed4fe5ec01bd6b192c0fd05c..d0668c72acdba5734e11528f51a10ff0667ac51a 100644 (file)
@@ -21,7 +21,7 @@ install:
     - set /p RUSTC_HASH=<rust-version
     # Install Rust
     - curl -sSf --retry 3 -o rustup-init.exe https://win.rustup.rs/
-    - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
+    - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable --profile minimal
     - set PATH=%USERPROFILE%\.cargo\bin;%PATH%
     - rustup default stable
     - rustup uninstall beta
index 446fab7941105aeede2228f7c6ffe18918a65a25..e6d5ee08892bf8387ecf8313ebc21bce7bde17ce 100644 (file)
@@ -31,7 +31,7 @@ before_script:
     RUSTC_HASH=$(cat rust-version)
   fi
 # Install Rust ("stable" toolchain for better caching, it is just used to build rustup-toolchain-install-master)
-- curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable
+- curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable --profile minimal
 - export PATH=$HOME/.cargo/bin:$PATH
 - rustup default stable
 - rustup uninstall beta