-
Notifications
You must be signed in to change notification settings - Fork 13.3k
error: could not compile jiff
(lib)
#140657
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
Comments
Can't repro this 🤔
Does it still |
Thanks @jieyouxu Unfortunately an attempted rebuild fails;
|
This is a SIGKILL which often but but always indicates OOM. |
I'm in a container so I will see if I can add memory. |
You could also try building with -j1 which will be slower but may lower peak memory. |
This time I ran out of memory on /tmp;
I've cleaned out /tmp a fair amount, but if that fails, should I build it somewhere else on disk with a command line flag? |
This time I didn't run out of disk and
|
It's quite possible you need more than 1.1 GB of memory to do a release build of jj-lib. Trying to run You can keep commenting here; but I don't see any reason that you'll get answers other than "give the compiler more resources". |
Okay, that makes sense. |
I tried this code:
I expected to see a successful build of the above packages, e.g. jj and jj-cli
Instead, this happened:
error: could not compile
jiff(lib)
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: