-
Notifications
You must be signed in to change notification settings - Fork 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
Cannot get infer to compile clang #1082
Comments
The OOM (out of memory) killer on Linux is killing the linking step of You can try increasing the RAM in the VM, or, potentially, using fewer jobs (e.g., try setting There's also some other way to tell the |
There's also this comment: #1044 (comment) |
This is what I was referring to (about completing a build): #649 (comment) |
Solved. Allocated 12GB of RAM and 80GB of hard disk space to the VM to get it to clang to complete the compile. |
I cannot get clang to compile when cloning the latest version of infer in a Ubuntu 16.04 LTS VM using VMware Fusion. I am following the instructions and get this as the end of output when I run ./build-infer.sh clang:
Other times the build has failed in the mid 90% range.
I've experienced the same problem when trying to install in Ubuntu 18.04.2
Packages are installed as follows:
The text was updated successfully, but these errors were encountered: