mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-06 01:15:11 -04:00
CI: try lwt 5 then lwt 6
This commit is contained in:
parent
cbc1809237
commit
0a5191b1e4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue