-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[CI]: SourceHut seems broken #5756
Comments
It does indeed. Something about |
At first I thought it might be using too much memory and getting OOM killed. But I just checked:
That's 1.6 GiB to build, which should be fine. Also, upon closer inspection, the command it is failing on is
which is when it is installing the library files. The weird thing is I just ssh'd in and ran the command again and this time it succeeded. So I haven't been able to reproduce the issue yet. |
Sorry for the issues folks. If you want your PRs to get green checks, my suggestion is to rebase against master. What happened is that the freebsd CI has been building the self-hosted compiler all this time, unintentionally. I've been doing work on the self-hosted compiler. There is more code to compile now, which slowly has been adding more memory requirements for building self-hosted. Eventually, it was too much and source hut didn't give us enough ram to do it. So now the ci only builds the self-hosted compiler for the other CI systems, not sourcehut. The issue for reducing memory requirements of stage1 is #471. It's going to get worse before it gets better, but at some point we'll have self-hosted, which is extremely memory efficient, and we'll be able to use that to fix stage1 as well. |
See #5755, #5754.
The text was updated successfully, but these errors were encountered: