File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.os }}
28
28
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- name : install-rtools
32
32
run : |
33
33
# rtools 42+ does not support 32 bits builds.
Original file line number Diff line number Diff line change 69
69
PLAT : ${{ matrix.PLAT }}
70
70
71
71
steps :
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
with :
74
74
submodules : recursive
75
75
fetch-depth : 0
Original file line number Diff line number Diff line change 84
84
85
85
# Build name for output library from gcc version and OpenBLAS commit.
86
86
GCC_TAG=" gcc_$( gcc -dumpversion | tr .- _) "
87
- OPENBLAS_VERSION=$( git describe --tags)
87
+ OPENBLAS_VERSION=$( git describe --tags --abbrev=8 )
88
88
# Build OpenBLAS
89
89
# Variable used in creating output libraries
90
90
export LIBNAMESUFFIX=${OPENBLAS_VERSION} -${GCC_TAG}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ our_wd=$(cygpath "$START_DIR")
6
6
cd $our_wd
7
7
8
8
pushd OpenBLAS
9
- VERSION=$( git describe --tags)
9
+ VERSION=$( git describe --tags --abbrev=8 )
10
10
popd
11
11
12
12
if [ " $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN " == " " ]; then
21
21
-d " OpenBLAS for multibuild wheels" \
22
22
-s " OpenBLAS for multibuild wheels" \
23
23
builds/openblas* .zip
24
- fi
24
+ fi
You can’t perform that action at this time.
0 commit comments