-
Notifications
You must be signed in to change notification settings - Fork 616
Resolve misc warnings in C# bindings code #3312
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Zeke Foppa <[email protected]> Signed-off-by: rekhoff <[email protected]>
I believe once #3297 is merged, only the changes in |
run: | | ||
sudo rm -rf /usr/local/lib/android | ||
sudo docker image prune --all --force | ||
sudo docker builder prune -a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bfops Instead of clearing some space here do you think we should just move this job to the custom runner which just has more space available? I know we've been running out of space there as well but I think we can fix that issue separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm open to that if it "just works". if we end up having to fight more battles, I'd say keep this as-is and maybe leave a TODO for the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trying that in #3318
Description of Changes
This implements a fix for #3304, specifically addressing failures in:
Changes include:
csharp-test.yml
file with an explicit .NET version to run .NET Tests under, in order to prevent thewasi-experimental
workload error that occurs when running under .NET 9 due towasi-experimental
only supported under .NET 8API and ABI breaking changes
No
Expected complexity level and risk
1
Testing