-
Notifications
You must be signed in to change notification settings - Fork 0
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
OCaml 5.0.0 compatibility #19
Comments
@kxc-wraikny #13 is way more important than #19 so please proceed from #13 first |
@kxc-wraikny |
fyi: @kxc-wraikny @kxc-waddlaw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current
Dockerfile
approach requires two Dockerfiles, one for OCaml 4 and one for OCaml 5. (for installing dependencies. See: https://github.com/kxcteam/pubinfra.dockerfiles/pull/17/files)Therefore, we want to use Docker's "ARG" feature to externally provide OCaml version information and switch installation scripts accordingly. (ref: Understand how ARG and FROM interact and ARG)
example:
The text was updated successfully, but these errors were encountered: