mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-12 13:36:16 -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
|
- run: opam install . --deps-only --with-test --solver=mccs
|
||||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
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 pin trace --dev -y -n
|
||||||
- run: opam install trace
|
- run: opam install trace
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,8 @@
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt
|
(lwt
|
||||||
(>= "5.3"))
|
(>= "5.3"))
|
||||||
|
(cohttp
|
||||||
|
(>= "6.0.0"))
|
||||||
(cohttp-lwt
|
(cohttp-lwt
|
||||||
(>= "6.0.0"))
|
(>= "6.0.0"))
|
||||||
(alcotest :with-test))
|
(alcotest :with-test))
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ depends: [
|
||||||
"opentelemetry-lwt" {= version}
|
"opentelemetry-lwt" {= version}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
|
"cohttp" {>= "6.0.0"}
|
||||||
"cohttp-lwt" {>= "6.0.0"}
|
"cohttp-lwt" {>= "6.0.0"}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,6 @@
|
||||||
(libraries
|
(libraries
|
||||||
(re_export opentelemetry.atomic)
|
(re_export opentelemetry.atomic)
|
||||||
ptime
|
ptime
|
||||||
|
threads
|
||||||
opentelemetry.domain)
|
opentelemetry.domain)
|
||||||
(synopsis "Basic utilities for opentelemetry"))
|
(synopsis "Basic utilities for opentelemetry"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue