]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Fix prctl SET_NAME and GET_NAME behaviour.
[rust.git] / .travis.yml
index cbb7c69db1cdfc089ab6107905c49962c6f0f36f..a074d6b14d8da72a8b24d69a924b3daab7210ebb 100644 (file)
@@ -19,10 +19,9 @@ env:
   global:
   - RUST_TEST_NOCAPTURE=1
   - RUST_BACKTRACE=1
+  - CARGO_INCREMENTAL=0
 
 before_script:
-# Linux: install extra stuff for cross-compilation
-- if [[ "$TRAVIS_OS_NAME" == linux ]]; then sudo apt update && sudo apt install gcc-multilib; fi
 # Compute the rust version we use. We do not use "language: rust" to have more control here.
 - |
   if [[ "$TRAVIS_EVENT_TYPE" == cron ]]; then
@@ -37,7 +36,7 @@ before_script:
 - rustup toolchain uninstall beta
 - rustup update
 # Install "master" toolchain
-- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
+- cargo install rustup-toolchain-install-master
 - travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src -c rustc-dev
 - rustup default master
 - rustc --version