rust/src/ci
bors 3bcb00dbc2 Auto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton
fix linking error on i586

Try to fix this linking error on i586 in cross:

https://travis-ci.org/japaric/cross/builds/302095949#L8670

The problem is that `std` is built in Ubuntu 16.04 and `cross` uses a linker from 12.04.

Currently this fix solves the problem for `i686-musl`  making it "supercompatible", this PR applies the fix to `i586` as well.

The cross PR is here: https://github.com/japaric/cross/pull/157
2017-11-17 05:18:45 +00:00
..
docker Auto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton 2017-11-17 05:18:45 +00:00
init_repo.sh Use #!/usr/bin/env as shebang for Bash scripts 2017-11-13 14:33:12 +00:00
run.sh Rollup merge of #45961 - dereckson:unix-agnosticity-ci, r=Mark-Simulacrum 2017-11-14 16:52:11 +01:00
shared.sh