Skip to content

Commit f0f4a8c

Browse files
nightly build changes except 313
1 parent a4f694b commit f0f4a8c

File tree

1 file changed

+5
-3
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
3939
${PYTHON_COMPILE_DEPS}
4040

4141
# 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
42+
cd build-aux || mkdir -p build-aux && cd build-aux
43+
curl -o config.guess -sL http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
44+
curl -o config.sub -sL http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
4445
chmod +x config.guess config.sub
45-
mv config.guess config.sub build-aux/
46+
cd ..
47+
4648

4749
# Install newest autoconf
4850
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH

0 commit comments

Comments
 (0)