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
parent
4cfd82e213
commit
39b22a7492
|
@ -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
|
||||
|
||||
|
|
|
@ -58,12 +58,12 @@ a = setup_harbor_metadata_api(id="main", a)
|
|||
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…"
|
||||
%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) =
|
||||
output.icecast(
|
||||
%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,
|
||||
headers=[],
|
||||
|
|
Loading…
Reference in New Issue