-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
new releases of alcotest, cohttp, conduit, dns, tcpip #9824
Conversation
closing to free up CI resources -- will reopen once the associated fixes linked here have been merged. |
regression in conduit fixed in mirage/ocaml-conduit#229 |
@@ -0,0 +1,2 @@ | |||
archive: "https://github.com/mirage/ocaml-conduit/releases/download/v1.0.0/conduit-1.0.0.tbz" | |||
checksum: "073ea06f539e0106b1d8a58eb3dd3a68" |
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.
That checksum is wrong, it shoud be b885ef5b3a503c9eda1b5c18bec859b6 like for other archives.
It would probably be less resource intensive to release alcotest in a separate PR. |
New sets of revdeps errors:
|
Also:
and
|
Yay usbmux finally got past the linking errors -- that was due to a debian-stable base image that hadnt updated to the latest version, so the |
There is one weird error related to stringext in the revdeps, that I've fixed with: mirage/ocaml-conduit#230 (but would need a new tag in conduit). Old version of tcpip (1.1.6) and vchan (0.9.6) have incomplete constraints, I am looking into these. |
This PR represents a set of major releases which have a simpler, depopt-free dependency chain that are easier to work with than previous releases. A number of upper bounds have already been placed in the repository in preparation for this, but there will probably be some breakage. Older packages will also need new releases to jump over the constraint boundary, so this will need some effort for the packages in mirage/ocaml-cohttp#558 to move over.
Final push hopefully, before this is mergeable. Also the new merge will test the latest jbuilder. |
In it goes! Now to fix all the older packages to the newer constraints @samoht :-) |
This PR represents a set of major releases which have a simpler,
depopt-free dependency chain that are easier to work with than
previous releases. A number of upper bounds have already been
placed in the repository in preparation for this, but there
will probably be some breakage.
Older packages will also need new releases to jump over the
constraint boundary, so this will need some effort for the
packages in mirage/ocaml-cohttp#558
to move over.
This cannot be merged until there is a post on discuss.ocaml.org
explaining the layout changes and the migration path. I'll do that
after seeing the results of testing on the CI.