Skip to content

Commit

Permalink
travis: remove manually added RUSTFLAGS
Browse files Browse the repository at this point in the history
Indirect dependencies should now be picked up through the
autogenerated llvmdeps.rs instead.

Signed-off-by: Luca Bruno <[email protected]>
  • Loading branch information
lucab committed Mar 2, 2014
1 parent 1e2f572 commit 357cadf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 357cadf

Please sign in to comment.