Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
global:
# The archive that gets built has name from ``git describe`` on this
# commit.
- OPENBLAS_COMMIT: "v0.3.29"
- OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b"
- REPO_DIR=OpenBLAS

sudo: required
Expand Down
2 changes: 1 addition & 1 deletion tools/local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
export SUFFIX=gf_c469a42
fi
export REPO_DIR=OpenBLAS
export OPENBLAS_COMMIT="v0.3.26"
export OPENBLAS_COMMIT="v0.3.29-265-gb5456c1b"

# export MB_ML_LIBC=musllinux
# export MB_ML_VER=_1_1
Expand Down
Loading