]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix doozer builds
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 13 Feb 2022 01:16:58 +0000 (02:16 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 01:16:58 +0000 (02:16 +0100)
.doozer.json

index 2bec9467020eaac95ac39c5591e93c1a1e8369cd..a0b4a7b3016b854f39ec277a9d52a26c57a86b20 100644 (file)
         "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 --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "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 --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "ccache"
       ],
       "buildcmd": [
-        "make -C rpm build-doozer",
+        "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "ccache"
       ],
       "buildcmd": [
-        "make -C rpm build-doozer",
+        "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "ccache"
       ],
       "buildcmd": [
-        "make -C rpm build-doozer",
+        "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer",
         "BINTRAY_REPO=centos support/bintray.py publish filelist.txt"
       ]
     }