Skip to content

Commit 14bfe4b

Browse files
build script
1 parent 02d21d5 commit 14bfe4b

File tree

1 file changed

+6
-6
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+6
-6
lines changed

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ curl -sL https://git.savannah.gnu.org/cgit/config.git/plain/config.sub -o build-
5656
export BUILD_TYPE=ppc64le-linux
5757

5858
# 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
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
6565
autoconf --version
6666

6767
# Compile the latest Python releases.

0 commit comments

Comments
 (0)