Skip to content

Commit

Permalink
Temporarily revert Centrifugo to 5.x and Liquidsoap to 2.3.0 to allow…
Browse files Browse the repository at this point in the history
… builds to go through.
  • Loading branch information
BusterNeece committed Jan 18, 2025
1 parent ed35fba commit a9a47fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go install github.com/jwilder/dockerize@v0.9.2

RUN go install github.com/aptible/supercronic@v0.2.33

RUN go install github.com/centrifugal/centrifugo/v6@v6.0.0
RUN go install github.com/centrifugal/centrifugo/v5@v5.4.9

RUN strip /go/bin/*

Expand Down
4 changes: 3 additions & 1 deletion util/docker/stations/setup/liquidsoap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ if [[ "$(uname -m)" = "aarch64" ]]; then
ARCHITECTURE=arm64
fi

wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.3.x/liquidsoap-c0cd13a_2.3.1-debian-bookworm-1_${ARCHITECTURE}.deb"
# Temporarily use 2.3.0 until upstream RRs are fixed
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.3.x/liquidsoap-c0cd13a_2.3.1-debian-bookworm-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.3.0/liquidsoap_2.3.0-debian-bookworm-1_${ARCHITECTURE}.deb"

dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends
Expand Down

0 comments on commit a9a47fc

Please sign in to comment.