Skip to content

Commit 7384cbc

Browse files
committed
Fix missing exports (upstream PR 2919)
1 parent d3a07fb commit 7384cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
branches: [ master ]
1414

1515
env:
16-
OPENBLAS_COMMIT: "v0.3.11"
16+
OPENBLAS_COMMIT: "14b1d339331d"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.travis.yml

Lines changed: 2 additions & 2 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.11
5+
- OPENBLAS_COMMIT=14b1d339331d
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -121,7 +121,7 @@ before_install:
121121

122122
install:
123123
# Maybe get and clean and patch source
124-
- clean_code $REPO_DIR $BUILD_COMMIT
124+
- clean_code $REPO_DIR $OPENBLAS_COMMIT
125125

126126
script:
127127
# Build library and collect into libs subdirectory

0 commit comments

Comments
 (0)