File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.ci/docker/manywheel/build_scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
4040
4141# Install newest autoconf
4242# If the architecture is not ppc64le, use the existing build_autoconf function
43- if [ " $( uname -m) " != " ppc64le" ] ; then
43+ # if [ "$(uname -m)" != "ppc64le" ] ; then
4444 build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
4545# else
4646# curl -sLO http://ftp.gnu.org/gnu/autoconf/$AUTOCONF_ROOT.tar.gz
@@ -70,7 +70,7 @@ if [ "$(uname -m)" != "ppc64le" ] ; then
7070
7171# cd ..
7272# rm -rf $AUTOCONF_ROOT $AUTOCONF_ROOT.tar.gz
73- fi
73+ # fi
7474autoconf --version
7575
7676# Compile the latest Python releases.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 # Don't run on forked repos
122122
123123 runs-on : ${{ inputs.runner_prefix}}${{ inputs.runner }}
124- timeout-minutes : 1000
124+ timeout-minutes : 240
125125 outputs :
126126 docker-image : ${{ steps.calculate-docker-image.outputs.docker-image }}
127127 test-matrix : ${{ steps.filter.outputs.test-matrix }}
You can’t perform that action at this time.
0 commit comments