Skip to content

Commit d133a43

Browse files
nightly build changes except 313
1 parent 86a3449 commit d133a43

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ echo "$AUTOCONF_HASH $AUTOCONF_ROOT.tar.gz" | sha256sum -c -
4444
tar -xzf $AUTOCONF_ROOT.tar.gz
4545
cd $AUTOCONF_ROOT
4646

47+
# Update config.guess and config.sub
48+
curl -o build-aux/config.guess http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
49+
curl -o build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
50+
chmod +x build-aux/config.guess build-aux/config.sub
51+
4752
# Configure with the correct host
4853
./configure --host=powerpc64le-pc-linux-gnu
4954

0 commit comments

Comments
 (0)