mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
travis: remove manually added RUSTFLAGS
Indirect dependencies should now be picked up through the autogenerated llvmdeps.rs instead. Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
parent
1e2f572fb6
commit
357cadf722
@ -26,16 +26,11 @@ before_script:
|
||||
# Note that this is meant to run in a "fairly small" amount of time, so this
|
||||
# isn't exhaustive at all.
|
||||
#
|
||||
# The "-lffi and -lncurses" are required for LLVM. The LLVM that rust builds
|
||||
# manually disables bringing in these two libraries, but the stock LLVM was
|
||||
# apparently built with these options. We provide these options when building so
|
||||
# the `rustc` binary can successfully link.
|
||||
#
|
||||
# As a result of https://github.com/travis-ci/travis-ci/issues/1066, we run
|
||||
# everything in one large command instead of multiple commands.
|
||||
script: |
|
||||
make tidy &&
|
||||
RUSTFLAGS="-C link-args='-lffi -lncurses'" make -j4 rustc-stage1 &&
|
||||
make -j4 rustc-stage1 &&
|
||||
make check-stage1-std check-stage1-rpass check-stage1-cfail check-stage1-rfail
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user