]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Attempt to fix trusty and centos builds
authorFlole998 <Flole998@users.noreply.github.com>
Fri, 23 Jul 2021 16:36:19 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 16:36:19 +0000 (18:36 +0200)
.doozer.json

index 5c3974e1bb7973d1191c2fda368e63fa3c941a88..bd2f0e48e5d5fd0187e7f7774176a3b08e5876da 100644 (file)
@@ -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"
       ]
     },
         "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",
       ]
     }