File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 3
3
# downloads a rust/cargo snapshot, which we don't really want for building rust.
4
4
language : c
5
5
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
-
13
6
# The test suite is in general way too stressful for travis, especially in
14
7
# terms of time limit and reliability. In the past we've tried to scale things
15
8
# back to only build the stage1 compiler and run a subset of tests, but this
@@ -18,7 +11,7 @@ install:
18
11
# As a result, we're just using travis to run `make tidy` now. It'll help
19
12
# everyone find out about their trailing spaces early on!
20
13
before_script :
21
- - ./configure
14
+ - ./configure --llvm-root=path/to/nowhere
22
15
script :
23
16
- make tidy
24
17
You can’t perform that action at this time.
0 commit comments