mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
Compare commits
2 commits
ad4e889a95
...
12dda4a8a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12dda4a8a9 | ||
|
|
f32199f2c8 |
2 changed files with 8 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -61,9 +61,9 @@ jobs:
|
|||
- run: opam exec -- dune build @install -p opentelemetry
|
||||
|
||||
- run: opam install lwt.6.1.1 -y
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
if: ${{ matrix.ocaml-compiler == '5.3.x' }}
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-client,opentelemetry-lwt,opentelemetry-client-cohttp-lwt
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
if: ${{ matrix.ocaml-compiler == '5.3.x' }}
|
||||
|
||||
- run: opam install ocaml-protoc
|
||||
- run: opam exec -- dune build @lint
|
||||
|
|
|
|||
|
|
@ -28,12 +28,16 @@
|
|||
|
||||
(rule
|
||||
(enabled_if
|
||||
(>= %{version:lwt} 6.0))
|
||||
(and
|
||||
%{lib-available:lwt}
|
||||
(>= %{version:lwt} 6.0)))
|
||||
(action
|
||||
(copy types_.ml.6 types_.ml)))
|
||||
|
||||
(rule
|
||||
(enabled_if
|
||||
(< %{version:lwt} 6.0))
|
||||
(and
|
||||
%{lib-available:lwt}
|
||||
(< %{version:lwt} 6.0)))
|
||||
(action
|
||||
(copy types_.ml.5 types_.ml)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue