Skip to content

Commit

Permalink
allow 20 minutes for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 26, 2024
1 parent db7a461 commit 11cc850
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
env:
- PLAT=aarch64
- MB_ML_VER=_1_1
- INTERFACE64=0
- MB_ML_LIBC=musllinux
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
Expand All @@ -31,6 +32,7 @@ matrix:
env:
- PLAT=aarch64
- MB_ML_VER=2014
- INTERFACE64=0
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: arm64
Expand All @@ -44,6 +46,7 @@ matrix:
env:
- PLAT=s390x
- MB_ML_VER=2014
- INTERFACE64=0
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: s390x
Expand All @@ -57,6 +60,7 @@ matrix:
env:
- PLAT=ppc64le
- MB_ML_VER=2014
- INTERFACE64=0
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: ppc64le
Expand All @@ -83,11 +87,11 @@ script:
# Build library and collect into libs subdirectory
- |
if [ ${TRAVIS_EVENT_TYPE} == "cron" ]; then
build_lib "$PLAT" "$INTERFACE64" 1
travis wait build_lib "$PLAT" "$INTERFACE64" 1
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
else
build_lib "$PLAT" "$INTERFACE64" 0
travis wait build_lib "$PLAT" "$INTERFACE64" 0
fi
- libc=${MB_ML_LIBC:-manylinux}
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
Expand Down

0 comments on commit 11cc850

Please sign in to comment.