-
Notifications
You must be signed in to change notification settings - Fork 152
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
Build K, KEVM, and Both Backends #1074
Comments
If you're on a Mac #1022 On Windows, use WSL2. |
We do have a binary cache for the Nix packages, which it would be good to try, to make sure we have a larger bus factor than 1. @andreiburdusa can you point us to the instructions for setting up the binary cache? |
We'll leave this one open, for when @RaoulSchaffranek gets his new machine. Then we can try the Nix version of the install again. |
For kore, we have these instructions linked from Developing with Nix. Is this what you are looking for? |
Will that same binary cache also work for the K repo Nix build, or just Kore @andreiburdusa ? |
The first output line makes me think it works for K as well, but I'm not entirely sure |
Thanks, everybody. The binary cache solved my problem, namely that I think it would be a good idea to mention the binary cache in the Building with Nix section of the K-frontend Readme file. Otherwise building with Nix can take hours. I will prepare a PR. |
From a fresh clone of KEVM, we should be able to build it from source. This means these commands work:
Following the build instructions above ^^^, you should make sure that you can also run some of the tests:
Raoul
make deps
andmake build
).make test-conformance
)make test-prove
).The text was updated successfully, but these errors were encountered: