From: Flole998 Date: Tue, 19 May 2020 00:27:00 +0000 (+0200) Subject: Drop focal i386 support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c67c04c8b2ef454fc8bd9265098b903fc6c45e7;p=thirdparty%2Ftvheadend.git Drop focal i386 support --- diff --git a/.doozer.json b/.doozer.json index abee3be0f..36282d93f 100644 --- a/.doozer.json +++ b/.doozer.json @@ -234,38 +234,11 @@ "libpcre2-dev", "libdvbcsa-dev", "python3", - "python3-pip", + "python3-requests", "debhelper", "ccache" ], "buildcmd": [ - "sudo pip3 install requests", - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt", - ] - }, - "focal-i386": { - "buildenv": "docker:i386/ubuntu:focal", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre2-dev", - "python3", - "python3-pip", - "debhelper", - ], - "buildcmd": [ - "sudo pip3 install requests", "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt", ]