Hi andy, On Sat, Feb 1, 2025 at 2:39 PM <a...@onthewings.net> wrote: > > The CI build installed "ocaml-dune amd64 3.16.0-2+b1" according to the log at > https://ci.debian.net/packages/o/ocaml-luv/testing/amd64/55951141/ > > However, from `getbuildlog ocaml-luv 0.5.14-1 amd64`, I can see that > ocaml-luv was built with "ocaml-dune amd64 3.17.1-1". > > I wonder why the CI didn't use the latest dune package? >
This is because the CI link you post was old, it was generated on `2025-01-01 23:31:17+0000`, obviously, the ocaml-dune package was migrated to testing on 14 Jan 2025[0]. Noticed, the debci uses testing suite there. Hope this helps. [0]: https://tracker.debian.org/news/1604482/ocaml-dune-3171-2-migrated-to-testing/ BR, Bo