mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
update atomic, do not list it as opam dep
This commit is contained in:
parent
3bb840c363
commit
f84f16b34a
4 changed files with 2 additions and 4 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -32,7 +32,6 @@ jobs:
|
|||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
opam-depext-flags: --with-test
|
||||
opam-local-packages: ["*.opam", "vendor/atomic/*.opam"]
|
||||
|
||||
- run: opam install . --deps-only --with-test
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
mtime
|
||||
atomic
|
||||
; atomic ; vendored
|
||||
(opentelemetry (= :version))
|
||||
(ocaml-protoc (>= 2.1))
|
||||
(odoc :with-doc)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"mtime"
|
||||
"atomic"
|
||||
"opentelemetry" {= version}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
"odoc" {with-doc}
|
||||
|
|
|
|||
2
vendor/atomic
vendored
2
vendor/atomic
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 7802992a568bf86c940e1c08a208e85102a0df6b
|
||||
Subproject commit 12dc7c84f79606a8a0026ba1eb7856b3cdf6cab6
|
||||
Loading…
Add table
Reference in a new issue