]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Drop focal i386 support
authorFlole998 <Flole998@users.noreply.github.com>
Tue, 19 May 2020 00:27:00 +0000 (02:27 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 00:27:00 +0000 (02:27 +0200)
.doozer.json

index abee3be0ff15fef3f0828e63e0f762eb6815e12f..36282d93f6a7f77ab3293f641ad5989e27f8e5f2 100644 (file)
         "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",
       ]