Skip to content

Commit a8f17ad

Browse files
using devtool 14
1 parent 2f1586c commit a8f17ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7474
autoconf --version
7575

7676
# Compile the latest Python releases.

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)