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

Simplify the build with vendoring #541

Open
djs55 opened this issue May 14, 2021 · 0 comments
Open

Simplify the build with vendoring #541

djs55 opened this issue May 14, 2021 · 0 comments

Comments

@djs55
Copy link
Collaborator

djs55 commented May 14, 2021

The current build is complex because it relies on

  • opam for package selection and installation
  • the network for downloading packages
  • Cygwin on windows for build scripts
  • out of date dependency versions

In particular the Windows CI is broken due to a Cygwin bug.

The build could be simplified if we switched to a vendor model with opam monorepo. We would be able to build by git clone and dune build (assuming an OCaml compiler is installed)

To achieve this we need to

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