1
0
Fork 0

Remove fakesilence submodule, compile from git instead.

liquidsoap-2.2
Icedream 2022-03-09 15:00:51 +01:00
parent 2c9f589895
commit 9b93cab4c7
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
3 changed files with 3 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "icedreammusic/ndi-feeder/fakesilence"]
path = icedreammusic/ndi-feeder/fakesilence
url = https://github.com/icedream/fakesilence.git

View File

@ -9,9 +9,9 @@ RUN chmod -v +x *.sh
FROM golang:1 AS fakesilence
WORKDIR /usr/src/fakesilence
COPY fakesilence/ .
RUN go build -v .
RUN cp fakesilence /usr/local/bin/
ARG FAKESILENCE_VERSION=5d8d79af09df5c195908e004a4a3971942180901
RUN go install -v -ldflags "-s -w" github.com/icedream/fakesilence@"${FAKESILENCE_VERSION}"
RUN cp -v "$GOPATH"/bin/* /usr/local/bin
###

@ -1 +0,0 @@
Subproject commit 9d9a9581df7b36bb9ef54b593dc725b6db4cc888