Errors in setting up the repository #839
Unanswered
deependujha
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Probably related to memory limits hit. According to our experience, you will need 32GB (16GB at least) for final linking the binary. Maybe it failed in the last mile |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To setup the repository I'm following the BUILD.md file. First of all it takes a lot of time (primarily bcoz my Linux has 12 GB ram, and 8 cpus, and might not be enough).
And when I run
ninja
command, after 2 hours or so, it fails withswitch missing default labels
ordeprecated warning
or something else. Even running docker fails.Is there something that I can do?
Beta Was this translation helpful? Give feedback.
All reactions