Skip to content

Commit 2ee999b

Browse files
committed
use latest xargo; this fixes the libstd build problem
1 parent 59cbfdb commit 2ee999b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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-
- cargo install xargo
10+
- cargo install --git https://github.com/japaric/xargo.git
1111
- export RUST_SYSROOT=$HOME/rust
1212
script:
1313
- set -e

xargo/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22
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
43
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build

0 commit comments

Comments
 (0)