Skip to content

Commit

Permalink
Build against latest posix-socket again.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 22, 2025
1 parent f32a6cc commit f51e968
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/scripts/build-posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ cd ocaml-xiph
opam install -y .
cd ..

cd /tmp
rm -rf ocaml-posix
git clone https://github.com/savonet/ocaml-posix.git
cd ocaml-posix
opam pin -ny .
opam install -y posix-socket.2.1.1 posix-base.2.1.1 posix-time2.2.1.1 posix-types.2.1.1

cd /tmp/liquidsoap-full/liquidsoap

./.github/scripts/checkout-deps.sh
Expand All @@ -55,8 +62,7 @@ cd ..

opam update
opam remove -y jemalloc
opam unpin -n posix-socket posix-base posix-time2 posix-types
opam install -y tls.1.0.2 ca-certs mirage-crypto-rng cstruct saturn_lockfree.0.5.0 ppx_hash memtrace xml-light posix-socket.2.1.0 posix-base.2.1.0 posix-time2.2.1.0 posix-types.2.1.0
opam install -y tls.1.0.2 ca-certs mirage-crypto-rng cstruct saturn_lockfree.0.5.0 ppx_hash memtrace xml-light

cd /tmp/liquidsoap-full

Expand Down

0 comments on commit f51e968

Please sign in to comment.