Skip to content

Commit

Permalink
Add missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 3, 2025
1 parent e0d80bb commit 7387b07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build-posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd ..

opam update
opam remove -y jemalloc
opam install -y tls.1.0.2 saturn_lockfree.0.4.1 ppx_hash
opam install -y tls.1.0.2 ca-certs mirage-crypto-rng cstruct saturn_lockfree.0.4.1 ppx_hash memtrace

cd /tmp/liquidsoap-full

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
(name tls-liquidsoap)
(version 1)
(allow_empty)
(depends tls ca-certs)
(depends tls ca-certs mirage-crypto-rng cstruct)
(synopsis "Virtual package install liquidosap dependencies for TLS optional features")
)

Expand Down
2 changes: 2 additions & 0 deletions tls-liquidsoap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ depends: [
"dune" {>= "3.6"}
"tls"
"ca-certs"
"mirage-crypto-rng"
"cstruct"
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 7387b07

Please sign in to comment.