Skip to content

set OPENBLAS_COMMIT for travis #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
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