We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb10f2f + 7504512 commit 7b9abf7Copy full SHA for 7b9abf7
.travis.yml
@@ -7,7 +7,6 @@ before_script:
7
- rustup target add i686-pc-windows-gnu
8
- rustup target add i686-pc-windows-msvc
9
- rustup component add rust-src
10
-- chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
11
- cargo install xargo
12
- export RUST_SYSROOT=$HOME/rust
13
script:
README.md
@@ -62,7 +62,6 @@ possible to compile libstd with full MIR:
62
63
```sh
64
rustup component add rust-src
65
-chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
66
cargo install xargo
67
cd xargo/
68
RUSTFLAGS='-Zalways-encode-mir' xargo build
0 commit comments