-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable ANGLE native builds #2024
Comments
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. |
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 |
Silk.NET/build/nuke/Native/Angle.cs
Line 29 in 81cfc10
This is necessary to ship new versions of ANGLE and to add more platform coverage (e.g. Arm64).
The text was updated successfully, but these errors were encountered: