File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.ci/docker/manywheel/build_scripts Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5454 cd $AUTOCONF_ROOT
5555
5656 # Update config.guess and config.sub scripts to ensure proper architecture detection
57- curl -o build-aux/config.guess http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
58- curl -o build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
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
59+
5960 chmod +x build-aux/config.guess build-aux/config.sub
6061
6162 # Configure the Autoconf build system with the correct host type for ppc64le
You can’t perform that action at this time.
0 commit comments