Skip to content

Commit 21c071b

Browse files
authored
Merge pull request #26 from tylerjereddy/restore_arm64_interface64
MAINT: restore ARM64 64-bit int
2 parents d0474be + cab2f4c commit 21c071b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- BUILD_COMMIT=v0.3.9
5+
- BUILD_COMMIT=b9a2a3c54
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -52,13 +52,13 @@ matrix:
5252
- PLAT=aarch64
5353
- MB_ML_VER=2014
5454
- 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}
6262
- os: linux
6363
arch: s390x
6464
env:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os: Visual Studio 2015
44

55
environment:
66
global:
7-
OPENBLAS_COMMIT: v0.3.9
7+
OPENBLAS_COMMIT: b9a2a3c54
88
OPENBLAS_ROOT: c:\opt
99
MSYS2_ROOT: c:\msys64
1010
# The value of the existing token can be retrieved at the bottom of the page at:

0 commit comments

Comments
 (0)