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 upUse StaticStructGenerator on Windows #23502
Conversation
|
Not ready for review, just want to see if the CI is happy with this change (probably gonna break because of EGL missing). |
|
@bors-servo try=windows |
Use StaticStructGenerator on Windows <!-- 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/23502) <!-- Reviewable:end -->
|
Nevermind; none of our Windows CI builds libsimpleservo. |
|
@bors-servo try=windows |
Use StaticStructGenerator on Windows <!-- 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/23502) <!-- Reviewable:end -->
|
|
As expected. |
|
@jdm libsimpleservo will require egl.dll. We could re-use the one provided by MS angle. Builds are available here https://www.nuget.org/packages/ANGLE.WindowsStore/ zip file is https://www.nuget.org/api/v2/package/ANGLE.WindowsStore/{version} (2.1.13 atm). Not sure if we want to install it system-wise on the CI and let users provide their own EGL library (like we do for gstreamer) or, make it so that mach download that specific version of EGL. Any recommendation? |
|
I am inclined to have mach download it. |
|
Closing in favor of #23696 |
paulrouget commentedJun 3, 2019
•
edited by SimonSapin
This change is