From a8d66846b49c14e7d74e60acf93f0a25f0afc375 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 16 Dec 2024 17:12:03 +0100 Subject: [PATCH] verbosity increase in dependency building --- Makefile | 2 +- build-deps.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7bee70..617b551 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PY_VERSIONS=cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 +PY_VERSIONS=cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 BUILD_REQUIREMENTS=cython #system packages (yum, manylinux_2_28 uses AlmaLinux) SYSTEM_PACKAGES_RHEL=libicu-devel libxml2-devel libxslt-devel libexttextcat zlib-devel bzip2-devel libtool autoconf-archive autoconf automake m4 wget diff --git a/build-deps.sh b/build-deps.sh index 2f7337e..a6f1de5 100755 --- a/build-deps.sh +++ b/build-deps.sh @@ -6,6 +6,8 @@ set -e . /etc/os-release +echo "OS: $ID">&2 +echo "VERSION: $VERSION_ID">&2 get_latest_version() { #Finds the latest git tag or falls back to returning the git default branch (usually master or main)