mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 17:04:52 -04:00
Compare commits
No commits in common. "12dda4a8a93cc3676a55dc7ed79280df76a30460" and "ad4e889a9586ad7200a2e337a20c4f9e5867f019" have entirely different histories.
12dda4a8a9
...
ad4e889a95
2 changed files with 4 additions and 8 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: ${{ matrix.ocaml-compiler == '5.3.x' }}
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-client,opentelemetry-lwt,opentelemetry-client-cohttp-lwt
|
||||
if: ${{ matrix.ocaml-compiler == '5.3.x' }}
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
|
||||
- run: opam install ocaml-protoc
|
||||
- run: opam exec -- dune build @lint
|
||||
|
|
|
|||
|
|
@ -28,16 +28,12 @@
|
|||
|
||||
(rule
|
||||
(enabled_if
|
||||
(and
|
||||
%{lib-available:lwt}
|
||||
(>= %{version:lwt} 6.0)))
|
||||
(>= %{version:lwt} 6.0))
|
||||
(action
|
||||
(copy types_.ml.6 types_.ml)))
|
||||
|
||||
(rule
|
||||
(enabled_if
|
||||
(and
|
||||
%{lib-available:lwt}
|
||||
(< %{version:lwt} 6.0)))
|
||||
(< %{version:lwt} 6.0))
|
||||
(action
|
||||
(copy types_.ml.5 types_.ml)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue