Skip to content

Commit 3fcc942

Browse files
committed
add back NEOVERSEV1, typos
1 parent 7b07cd4 commit 3fcc942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ script:
8787
# Build library and collect into libs subdirectory
8888
- |
8989
if [ ${TRAVIS_EVENT_TYPE} == "cron" ]; then
90-
travis wait build_lib "$PLAT" "$INTERFACE64" 1
90+
travis_wait build_lib "$PLAT" "$INTERFACE64" 1
9191
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
9292
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
9393
else
94-
travis wait build_lib "$PLAT" "$INTERFACE64" 0
94+
travis_wait build_lib "$PLAT" "$INTERFACE64" 0
9595
fi
9696
- libc=${MB_ML_LIBC:-manylinux}
9797
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function do_build_lib {
145145
local target=ARMV8
146146
# temporarily limit the kernels for travis until there is data
147147
# see https://github.com/MacPython/openblas-libs/issues/170
148-
local dynamic_list="ARMV8 CORTEXA57 THUNDERX"
148+
local dynamic_list="ARMV8 CORTEXA57 NEOVERSEV1 THUNDERX"
149149
;;
150150
Darwin-arm64)
151151
local bitness=64

0 commit comments

Comments
 (0)