-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add additional opam-repository / Dockerfile customization? #921
Comments
Maybe I could reframe this question as: would it be possible to customize the dockerfiles generated by ocaml-ci, here is the kind of workflow I would like to have: https://github.com/tarides/okra/blob/main/.github/workflows/build.yml (the |
This is technically possible, but as OCaml-CI is currently zero-configuration we have no way of getting a user config. This would have to be added in some kind of new At the moment we're not actively developing OCaml-CI, but you're free to open a PR if you'd like. |
The way to make this happen is to add a new field in So, now, the issue is that there is no way to specify extra repositories in |
Is there a way to tell ocaml-ci to do
opam repository add ...
to add another repository to fetch packages from?The text was updated successfully, but these errors were encountered: