CI: try lwt 5 then lwt 6

This commit is contained in:
Simon Cruanes 2026-03-13 13:38:59 -04:00
parent cbc1809237
commit 0a5191b1e4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -42,10 +42,8 @@ jobs:
allow-prerelease-opam: true
- run: |
opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#main -y -n
opam pin https://github.com/ocaml-tracing/ambient-context.git#HEAD -y -n
opam install pbrt.4.0 -y
opam install ambient-context
opam install ambient-context lwt.5.9.2
# We cannot install packages that need eio on ocaml versions before 5
- run: |
@ -62,6 +60,9 @@ jobs:
- run: opam install trace
- run: opam exec -- dune build @install -p opentelemetry
- run: opam install lwt.6.1.1 -y
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-client,opentelemetry-lwt,opentelemetry-client-cohttp-lwt
- run: opam install ocaml-protoc
- run: opam exec -- dune build @lint