Skip to content

Commit 7b9abf7

Browse files
authored
Merge pull request rust-lang#193 from RalfJung/xargo
Rustup 1.4 fixed the permissions of the extracted files
2 parents cb10f2f + 7504512 commit 7b9abf7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ before_script:
77
- rustup target add i686-pc-windows-gnu
88
- rustup target add i686-pc-windows-msvc
99
- rustup component add rust-src
10-
- chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
1110
- cargo install xargo
1211
- export RUST_SYSROOT=$HOME/rust
1312
script:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ possible to compile libstd with full MIR:
6262

6363
```sh
6464
rustup component add rust-src
65-
chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
6665
cargo install xargo
6766
cd xargo/
6867
RUSTFLAGS='-Zalways-encode-mir' xargo build

0 commit comments

Comments
 (0)