diff --git a/.travis.yml b/.travis.yml index 7cc14234efd5..5a2a893196dc 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 d5873c986815..bd9599f1c068 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