We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8972274 commit 50b657bCopy full SHA for 50b657b
.ci/docker/manywheel/build_scripts/build.sh
@@ -53,6 +53,8 @@ else
53
tar -xzf $AUTOCONF_ROOT.tar.gz
54
cd $AUTOCONF_ROOT
55
56
+ # Ensure build-aux directory exists
57
+ mkdir -p build-aux
58
# Update config.guess and config.sub scripts to ensure proper architecture detection
59
curl -sLo build-aux/config.guess https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
60
curl -sLo build-aux/config.sub https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
0 commit comments