File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - BUILD_COMMIT=v0.3.9
5
+ - BUILD_COMMIT=b9a2a3c54
6
6
- REPO_DIR=OpenBLAS
7
7
# Following generated with:
8
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -52,13 +52,13 @@ matrix:
52
52
- PLAT=aarch64
53
53
- MB_ML_VER=2014
54
54
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
55
- # - os: linux
56
- # arch: arm64
57
- # env:
58
- # - PLAT=aarch64
59
- # - INTERFACE64=1
60
- # - MB_ML_VER=2014
61
- # - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
55
+ - os : linux
56
+ arch : arm64
57
+ env :
58
+ - PLAT=aarch64
59
+ - INTERFACE64=1
60
+ - MB_ML_VER=2014
61
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
62
62
- os : linux
63
63
arch : s390x
64
64
env :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ os: Visual Studio 2015
4
4
5
5
environment :
6
6
global :
7
- OPENBLAS_COMMIT : v0.3.9
7
+ OPENBLAS_COMMIT : b9a2a3c54
8
8
OPENBLAS_ROOT : c:\opt
9
9
MSYS2_ROOT : c:\msys64
10
10
# The value of the existing token can be retrieved at the bottom of the page at:
You can’t perform that action at this time.
0 commit comments