From df4193fb96c4aa0214395a8333cfadcbdf567818 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 25 Nov 2019 10:56:37 +0100 Subject: Print gcc version from wheel building script. --- tools/manylinux/build-wheels.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/manylinux') diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh index bbb6a40e..ce738a5f 100755 --- a/tools/manylinux/build-wheels.sh +++ b/tools/manylinux/build-wheels.sh @@ -38,6 +38,7 @@ prepare_system() { #yum install -y zlib-devel rm -fr /opt/python/cp34-* echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')" + ${CC:-gcc} --version } build_wheels() { -- cgit v1.2.1