Skip to content

Commit 160c4ca

Browse files
uautoconf error
1 parent ef7a883 commit 160c4ca

File tree

1 file changed

+4
-2
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ else
5454
cd $AUTOCONF_ROOT
5555

5656
# Update config.guess and config.sub scripts to ensure proper architecture detection
57-
curl -sLo build-aux/config.guess https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
58-
curl -sLo build-aux/config.sub https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
57+
curl -sLo build-aux/config.guess https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
58+
curl -sLo build-aux/config.sub https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
5959

6060
chmod +x build-aux/config.guess build-aux/config.sub
6161

62+
head -n 1 build-aux/config.sub
63+
file build-aux/config.sub
6264
# Configure the Autoconf build system with the correct host type for ppc64le
6365
./configure --host=powerpc64le-pc-linux-gnu
6466

0 commit comments

Comments
 (0)