-
Notifications
You must be signed in to change notification settings - Fork 359
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
Config file - opam root bump to format-version '2.1' + travis #4280
Conversation
Updated travis in the same time, to handle upgrade directly (from bootstrap & cache). And upgrade from 1.2 test fix, it was succeeding without doing the upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest baking an override into the dune
files for the git-sha using a fallback
rule, rather than manually editing them with sed
. That change in Dune has certainly boiled my blood enough already 🙂 The src/client/no-git-version
file should go in .gitignore
as well.
Co-authored-by: David Allsopp <david.allsopp@metastack.com>
As new fields was added (depext ones), we need to upgrade to avoid syntax errors with an opam 2.0 bnary
fix #4266