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 upUpdate azure and avoid stdc++ linking hacks on gonk #5796
Conversation
|
@bors-servo: r+ |
|
|
This fix seems to work here. Hopefully it also works with the automation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5796) <!-- Reviewable:end -->
|
|
|
|
Added a new commit to fix our stlport includes. |
|
This requires $GONKDIR/abi to be available on the build machine. I have no idea how the builds are setup. |
|
@bors-servo: r+ |
|
|
This fix seems to work here. Hopefully it also works with the automation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5796) <!-- Reviewable:end -->
|
|
|
|
This also breaks the android builder:
|
|
Did a completely clean gonk build (blew away my cargo repo) locally to test this, and the stdc++ link lines still present were:
The two rust-azure ones are in the linux and OSX (not android) blocks, so should be OK. |
|
We will probably want to wait for the in-progress rust upgrade to land, as rust-mozjs and rust-harfbuzz have already been updated to 1.0. |
|
|
|
The rust upgrade has landed, so work on this can be rebased and begun again, also pushing the stdc++ ->stlport changes into rust-harfbuzz and rust-mozjs. |
|
I landed a working version of this fix as part of #6150 |
michaelwu commentedApr 22, 2015
This fix seems to work here. Hopefully it also works with the automation.