runtimeverification / runtimeverification/evm-semantics
`kevm kompile` dependencies should be present in packages
Nobody has claimed this yet.
- Dominant language
- KCL
- Stars
- 591
- Forks
- 156
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 1
Description
When building the CI dockerfile for mkr-mcd-spec, which depends on KEVM, we see that dependencies of kompile are missing, eg opt-8.
These dependencies should be either present in the K package or the KEVM package or both.
In particular, the runtime dependencies of K should also be runtime dependencies of KEVM. For mkr-mcd-spec, I found these ones missing: clang-8 lld-8 libgmp-dev libmpfr-dev libjemalloc-dev
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CI Dockerfile for mkr-mcd-spec and inspect how the K and KEVM packages declare runtime dependencies. Check the package contents and dependency metadata for opt-8, clang-8, lld-8, libgmp-dev, libmpfr-dev, and libjemalloc-dev; done means a clean mkr-mcd-spec build has all kevm kompile dependencies available.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100