mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
try to fix CI
This commit is contained in:
parent
f5a13a1248
commit
ca6482085d
4 changed files with 5 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- run: opam install . --deps-only --with-test --solver=mccs
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt,opentelemetry-logs
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-client,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt,opentelemetry-logs
|
||||
|
||||
- run: opam pin trace --dev -y -n
|
||||
- run: opam install trace
|
||||
|
|
|
|||
|
|
@ -161,6 +161,8 @@
|
|||
(odoc :with-doc)
|
||||
(lwt
|
||||
(>= "5.3"))
|
||||
(cohttp
|
||||
(>= "6.0.0"))
|
||||
(cohttp-lwt
|
||||
(>= "6.0.0"))
|
||||
(alcotest :with-test))
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ depends: [
|
|||
"opentelemetry-lwt" {= version}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"cohttp" {>= "6.0.0"}
|
||||
"cohttp-lwt" {>= "6.0.0"}
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
(libraries
|
||||
(re_export opentelemetry.atomic)
|
||||
ptime
|
||||
threads
|
||||
opentelemetry.domain)
|
||||
(synopsis "Basic utilities for opentelemetry"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue