Skip to content
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 instructions fail #104

Open
nikos-alexandris opened this issue Nov 27, 2024 · 0 comments
Open

Build instructions fail #104

nikos-alexandris opened this issue Nov 27, 2024 · 0 comments

Comments

@nikos-alexandris
Copy link

nikos-alexandris commented Nov 27, 2024

Currently both ways of building from source listed in INSTALL.md (using opam and using Makefiles) fail on a fresh clone of master due to dependency resolution errors. Suggest the build instructions (at least for the opam version) get replaced with just

git clone https://github.com/CertiCoq/certicoq
cd certicoq
opam switch create --repos=default,coq-released .

This creates a sandboxed environment without explicit pins and no unmentioned dependencies. For better sandboxing and reproducibility a Dockerfile could also be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant