From 7504512cbdf2bbbe53c633392d3e7f91c144f2d0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 11 Jun 2017 17:24:23 -0700 Subject: [PATCH] rustup 1.4 fixed the permissions of the extracted files --- .travis.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cc14234ef..5a2a893196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ before_script: - rustup target add i686-pc-windows-gnu - rustup target add i686-pc-windows-msvc - rustup component add rust-src -- chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/ - cargo install xargo - export RUST_SYSROOT=$HOME/rust script: diff --git a/README.md b/README.md index d5873c9868..bd9599f1c0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ possible to compile libstd with full MIR: ```sh rustup component add rust-src -chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/ cargo install xargo cd xargo/ RUSTFLAGS='-Zalways-encode-mir' xargo build