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 upGlutin upgrade investigations #23448
Conversation
highfive
commented
May 23, 2019
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
The changes to upgrade azure and rust-webvr did not cause the build to fail. Next steps:
|
|
@bors-servo try=android |
1 similar comment
|
@bors-servo try=android |
|
@bors-servo retry |
|
@bors-servo try- |
|
@bors-servo try=wpt |
|
@bors-servo try- |
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
|
|
Something in parking_lot, glutin, or crossbeam_channel is to blame! |
|
@bors-servo try=android |
|
@bors-servo try- |
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
When I only upgrade glutin and not parking_lot, the android problem does not appear. Fascinating! |
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
Including everything from #23288 except for the parking_lot upgrade compiled successfully. I'm going to see if upgrading to 0.8 instead of 0.7 makes any difference. |
|
@bors-servo try=android |
Glutin upgrade investigations <!-- 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/23448) <!-- Reviewable:end -->
|
|
|
It successfully built with parking_lot 0.8, hooray! |
Glutin 0.21 This is just #23288 taking into account the lessons learned in #23448 so that Android builds successfully. <!-- 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/23457) <!-- Reviewable:end -->
|
Fixed by #23457 |
jdm commentedMay 23, 2019
•
edited by SimonSapin
This change is