From 025eac1a5e07907e455dd0feb3857de54f9c79a4 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Sun, 13 Feb 2022 02:16:58 +0100 Subject: [PATCH] Fix doozer builds --- .doozer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.doozer.json b/.doozer.json index 2bec94670..a0b4a7b30 100644 --- a/.doozer.json +++ b/.doozer.json @@ -495,7 +495,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 --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -523,7 +523,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 --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -608,7 +608,7 @@ "ccache" ], "buildcmd": [ - "make -C rpm build-doozer", + "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", "support/bintray.py publish filelist.txt" ] }, @@ -638,7 +638,7 @@ "ccache" ], "buildcmd": [ - "make -C rpm build-doozer", + "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", "support/bintray.py publish filelist.txt" ] }, @@ -668,7 +668,7 @@ "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" ] } -- 2.47.2