Skip to content

Commit 4d9cefe

Browse files
uncomment commented autconfusing 2x runner
1 parent 5a9dfa4 commit 4d9cefe

File tree

1 file changed

+9
-9
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ else
5353
tar -xzf $AUTOCONF_ROOT.tar.gz
5454
cd $AUTOCONF_ROOT
5555

56-
# # Update config.guess and config.sub scripts to ensure proper architecture detection
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
56+
# Update config.guess and config.sub scripts to ensure proper architecture detection
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

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

62-
# # Configure the Autoconf build system with the correct host type for ppc64le
63-
# ./configure --host=powerpc64le-pc-linux-gnu
62+
# Configure the Autoconf build system with the correct host type for ppc64le
63+
./configure --host=powerpc64le-pc-linux-gnu
6464

65-
# # Build and install
66-
# make -j$(nproc)
67-
# make install
65+
# Build and install
66+
make -j$(nproc)
67+
make install
6868

6969
# Clean up
7070
cd ..

0 commit comments

Comments
 (0)