We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cbfdb commit 2ee999bCopy full SHA for 2ee999b
.travis.yml
@@ -7,7 +7,7 @@ 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
-- cargo install xargo
+- cargo install --git https://github.com/japaric/xargo.git
11
- export RUST_SYSROOT=$HOME/rust
12
script:
13
- set -e
xargo/build.sh
@@ -1,4 +1,3 @@
1
#!/bin/sh
2
cd "$(dirname "$0")"
3
-sed 's/gcc = "0\.3\.50"/gcc = "=0\.3\.50"/' -i ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/libstd/Cargo.toml
4
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build
0 commit comments