-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Getting (signal: 9, SIGKILL: kill) when building surrealdb on GH actions #10174
Comments
This may be related to rust-lang/cargo#11707 |
After chatting with the surrealdb devs it appears they use the |
Ehh...It's totally fine if it doesn't build in CI. our real builders are much beefier. |
I ran into this issue on an Orange Pi 5 Plus. Why is this issue occurring? |
I just re-ran the same build command again, and it worked. Maybe |
I've been working on adding surrealdb to oss-fuzz, but I'm running into some issues namely I'm getting a (signal: 9, SIGKILL: kill) build failure.
Testing this locally I usually don't run into the same issues, or at least it's only happened (1/11) builds locally. I'm guessing that this has something to do with an OOM error, as ram usage is peaking at about 6.7GB during the build on my local machine (built using the same Dockerfile/build.sh). The base-level github actions runner maxes out at 7GB so that's a pretty tight margin. Does oss-fuzz use the "Larger Runners" or just the regular base-level ones?
What I've tried so far;
Some relevant system details of my local machine;
The text was updated successfully, but these errors were encountered: