File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 0 0 * * 0'
11
11
12
+ env :
13
+ REPO_DIR : OpenBLAS
14
+ OPENBLAS_COMMIT : " 0929865"
15
+ MACOSX_DEPLOYMENT_TARGET : 10.9
16
+
12
17
jobs :
13
18
build :
14
19
runs-on : ${{ matrix.os }}
46
51
- PLAT : i686
47
52
INTERFACE64 : ' 1'
48
53
env :
49
- REPO_DIR : OpenBLAS
50
- OPENBLAS_COMMIT : " fb7c53c5e"
51
54
NIGHTLY : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
52
- MACOSX_DEPLOYMENT_TARGET : 10.9
53
55
MB_PYTHON_VERSION : ${{ matrix.python-version }}
54
56
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
55
57
MB_ML_LIBC : ${{ matrix.MB_ML_LIBC }}
Original file line number Diff line number Diff line change 8
8
workflow_dispatch : null
9
9
10
10
env :
11
- OPENBLAS_COMMIT : " fb7c53c5e "
11
+ OPENBLAS_COMMIT : " 0929865 "
12
12
OPENBLAS_ROOT : " c:\\ opt"
13
13
# Preserve working directory for calls into bash
14
14
# Without this, invoking bash will cd to the home directory
Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - OPENBLAS_COMMIT : " fb7c53c5e "
5
+ - OPENBLAS_COMMIT : " 0929865 "
6
6
- REPO_DIR=OpenBLAS
7
7
8
8
sudo : required
Original file line number Diff line number Diff line change @@ -174,7 +174,10 @@ function do_build_lib {
174
174
CFLAGS=" $CFLAGS -fvisibility=protected -Wno-uninitialized" \
175
175
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
176
176
USE_OPENMP=0 NUM_THREADS=64 \
177
- BINARY=$bitness $interface_flags $target_flags
177
+ BINARY=$bitness $interface_flags $target_flags shared > /dev/null
178
+ make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
179
+ USE_OPENMP=0 NUM_THREADS=64 \
180
+ BINARY=$bitness $interface_flags $target_flags tests
178
181
make PREFIX=$BUILD_PREFIX $interface_flags install
179
182
popd
180
183
stop_spinner
You can’t perform that action at this time.
0 commit comments