We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d21d5 commit 14bfe4bCopy full SHA for 14bfe4b
.ci/docker/manywheel/build_scripts/build.sh
@@ -56,12 +56,12 @@ curl -sL https://git.savannah.gnu.org/cgit/config.git/plain/config.sub -o build-
56
export BUILD_TYPE=ppc64le-linux
57
58
# Install newest autoconf
59
-build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
60
-tar -zxf autoconf-2.69.tar.gz
61
-cd autoconf-2.69
62
-./configure --build=ppc64le-linux --host=ppc64le-linux
63
-make
64
-make install
+#build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
+#tar -zxf autoconf-2.69.tar.gz
+#cd autoconf-2.69
+#./configure --build=ppc64le-linux --host=ppc64le-linux
+#make
+#make install
65
autoconf --version
66
67
# Compile the latest Python releases.
0 commit comments