Skip to content

Commit a4f694b

Browse files
nightly build changes except 313
1 parent 853b909 commit a4f694b

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
3838
automake which file \
3939
${PYTHON_COMPILE_DEPS}
4040

41+
# Install newest autoconf
42+
curl -sLO http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
43+
curl -sLO http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
44+
chmod +x config.guess config.sub
45+
mv config.guess config.sub build-aux/
46+
4147
# Install newest autoconf
4248
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
4349
autoconf --version

0 commit comments

Comments
 (0)