Merge pull request #193 from RalfJung/xargo

Rustup 1.4 fixed the permissions of the extracted files
This commit is contained in:
Oliver Schneider 2017-06-12 08:05:13 +02:00 committed by GitHub
commit 7b9abf7e0a
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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