Skip to content

Commit

Permalink
verbosity increase in dependency building
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 16, 2024
1 parent 9e648ea commit a8d6684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8d6684

Please sign in to comment.