Silk.NET icon indicating copy to clipboard operation
Silk.NET copied to clipboard

Re-enable ANGLE native builds

Open alexrp opened this issue 1 year ago • 3 comments

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).

alexrp avatar Apr 08 '24 16:04 alexrp

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.

Perksey avatar Apr 08 '24 17:04 Perksey

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?

cyraid avatar Sep 19 '24 08:09 cyraid

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

Beyley avatar Sep 19 '24 08:09 Beyley