1
0
Fork 0

Bump liquidsoap to current unreleased 2.3.3.

This is basically right now just 2.3.2 (which has a lot of desired
clock/timing changes) plus another reversal of a bad default to
reduce breakages.
main
Icedream 2025-04-20 16:26:55 +02:00
parent 4cfd82e213
commit 39b22a7492
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG IMAGE=savonet/liquidsoap-ci-build:v2.2.2_amd64 ARG IMAGE=savonet/liquidsoap:rolling-release-v2.3.x@sha256:4c018d3b7844aa9e82c66f3ba1d23a131f890208598aa5398702ecec669ff1d2
FROM $IMAGE FROM $IMAGE

View File

@ -58,12 +58,12 @@ a = setup_harbor_metadata_api(id="main", a)
def internal_icecast( def internal_icecast(
# NOTE - We have to have !headers here, otherwise liquidsoap will complain "this value has type _ * _ but it should be a supertype of the type of the value at…" # NOTE - We have to have !headers here, otherwise liquidsoap will complain "this value has type _ * _ but it should be a supertype of the type of the value at…"
%argsof( %argsof(
output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description] output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description,!icy_id,!protocol]
), ),
e, s) = e, s) =
output.icecast( output.icecast(
%argsof( %argsof(
output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description] output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description,!icy_id,!protocol]
), ),
fallible=true, fallible=true,
headers=[], headers=[],