dotnet / Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
https://dotnet.github.io/Silk.NET
MIT License
4.07k stars 392 forks source link

Re-enable ANGLE native builds #2024

Open alexrp opened 5 months ago

alexrp commented 5 months ago

https://github.com/dotnet/Silk.NET/blob/81cfc1008b1df8901a4d8c4e365cabda6797eaf2/build/nuke/Native/Angle.cs#L29

This is necessary to ship new versions of ANGLE and to add more platform coverage (e.g. Arm64).

Perksey commented 5 months ago

Logs for last builds are still available: https://github.com/dotnet/Silk.NET/actions/workflows/angle.yml

Essentially when cloning recursively and building we quickly passed the actions limits. If we can figure out a way to cross-compile (a la zig cc) on just Windows, we can use our self-hosted runner. Otherwise, I'm not sure what can be done to combat this.

cyraid commented 1 week ago

Oof, yeah I could see action limits being passed. That's unfortunate. Would have been nice to separate into separate github's with their own action limits? Any chance of this one being enabled again or no?

Beyley commented 1 week ago

Oof, yeah I could see action limits being passed. That's unfortunate. Would have been nice to separate into separate github's with their own action limits? Any chance of this one being enabled again or no?

If a contributor is willing to put in the effort to make it work again, it'll be re-enabled