"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"
]
}