From: Flole998 Date: Fri, 23 Jul 2021 16:36:19 +0000 (+0200) Subject: Attempt to fix trusty and centos builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c48203511cca2d0f1723b8764ca53035db28e5;p=thirdparty%2Ftvheadend.git Attempt to fix trusty and centos builds --- diff --git a/.doozer.json b/.doozer.json index 5c3974e1b..bd2f0e48e 100644 --- a/.doozer.json +++ b/.doozer.json @@ -24,7 +24,7 @@ "libx11-xcb-dev" ], "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -51,7 +51,7 @@ "ccache" ], "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -668,7 +668,7 @@ "ccache" ], "buildcmd": [ - "./configure --disable-dvbscan && make -C rpm build-doozer", + "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", "BINTRAY_REPO=centos support/bintray.py publish filelist.txt", ] }