-
Notifications
You must be signed in to change notification settings - Fork 5
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
added shell/bundle_all_test.sh #10
base: master
Are you sure you want to change the base?
Conversation
related to #8 |
This seems useful! The real test would be to try and actually install the generated bundles though :) |
I renamed the file to scripts/bundle_all_test.sh. |
To install all of them, I should setup some VM obviously. |
Thanks!
It's just because the OCaml version is fixed at bundle creation time, I think. Opam has a feature to automatically select a compatible compiler (used when you do Ah, also, just noticed, you should use ¹ the default is to use the currently installed OCaml version (at bundle creation time), and failing that, 4.04.1 |
Ok, I didn't know about opam list {--short|-s}. |
I hope each execution of opam-bundle is independant, so that we can run many in parallel.