-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bootstrap overflows #4
Comments
Interesting. I haven't touched this in a long time. It used to work inside github actions, so definitely didn't require so much memory. I'll take a look. |
I tried to re-run this in Github Actions, I get an error earlier: https://github.com/dubek/malc/actions/runs/8130816059/job/22219459873#step:4:15 Maybe it doesn't work with newest ubuntu / clang. |
|
How did you install
See https://github.com/dubek/malc/actions/runs/8181464816/job/22371287583?pr=6#step:5:18 |
(btw meanwhile I did some fixes for newer Ubuntu and clang on branch |
I managed to reproduce this in Github Actions CI on macOS worker:
I still don't know why it doesn't work on macOS. It does work on docker with arm64 architecture, so if you have Docker around, you can use that. |
I confirmed that it does work on arm64 docker. Feel free to close this. Thanks! |
bootstrap.sh
seems to be overflowing my memory and killed by the system. From the system profiler, I see it is taking more than67 GB
of memory. Is there a workaround? Or should I simply get a better computer?The text was updated successfully, but these errors were encountered: