Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSet up llvm for osmesa. #18955
Set up llvm for osmesa. #18955
Conversation
highfive
commented
Oct 19, 2017
|
Heads up! This PR modifies the following files:
|
|
@bors-servo: r=emilio |
|
|
Nashenas88
commented
Oct 20, 2017
|
@jdm will this require a change to the build instructions in the README.md as well? I just did a test build on a new ubuntu machine and it broke. |
|
@Nashenas88 what does the failure look like? Can you file an issue? @bors-servo p=1 |
Set up llvm for osmesa. This fixes #18954. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18955) <!-- Reviewable:end -->
| @@ -12,6 +12,12 @@ matrix: | |||
| cache: false | |||
| - sudo: 9000 | |||
| dist: trusty | |||
| before_install: | |||
| - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y | |||
| - sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -y | |||
This comment has been minimized.
This comment has been minimized.
SimonSapin
Oct 20, 2017
Member
This should likely be trusty instead of precise, since we have dist: trusty in the same file.
|
|
jdm commentedOct 19, 2017
•
edited
This fixes #18954.
This change is