File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 33# downloads a rust/cargo snapshot, which we don't really want for building rust.
44language : c
55
6- # Make sure we've got an up-to-date g++ compiler to get past the LLVM configure
7- # script.
8- install :
9- - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
10- - sudo apt-get update -qq
11- - sudo apt-get install g++-4.7
12-
136# The test suite is in general way too stressful for travis, especially in
147# terms of time limit and reliability. In the past we've tried to scale things
158# back to only build the stage1 compiler and run a subset of tests, but this
@@ -18,7 +11,7 @@ install:
1811# As a result, we're just using travis to run `make tidy` now. It'll help
1912# everyone find out about their trailing spaces early on!
2013before_script :
21- - ./configure
14+ - ./configure --llvm-root=path/to/nowhere
2215script :
2316 - make tidy
2417
You can’t perform that action at this time.
0 commit comments