21273: Remove support for unsupported distros
authorBrett Smith <brett.smith@curii.com>
Fri, 5 Jan 2024 21:52:47 +0000 (16:52 -0500)
committerBrett Smith <brett.smith@curii.com>
Fri, 5 Jan 2024 21:52:47 +0000 (16:52 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

build/run-build-packages.sh

index 355aadb41be6fdf4866df76ba2b43ea330cd5785..508e89194f3e4dd4f850ccc34cce7ab1a44c7804 100755 (executable)
@@ -112,19 +112,6 @@ PYTHON3_EXECUTABLE=python3
 PYTHON3_PKG_PREFIX=python3
 PYTHON3_PREFIX=/usr
 case "$TARGET" in
-    centos7)
-        FORMAT=rpm
-        # In CentOS 7, libcurl is linked against libnss. pycurl needs to know
-        # that in order to link to it correctly. This environment variable tells
-        # it that.
-        # libcurl is linked against openssl in RH8+ so this should not be
-        # necessary in later versions.
-        export PYCURL_SSL_LIBRARY=nss
-        ;;
-    ubuntu1804)
-        FORMAT=deb
-        PYTHON3_EXECUTABLE=python3.8
-        ;;
     centos*|rocky*)
         FORMAT=rpm
         ;;