File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
if : " github.repository == 'OpenMathLib/OpenBLAS'"
15
15
runs-on : ubuntu-latest
16
16
env :
17
- xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282
18
- toolchain_file_name : Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906 .tar.gz
17
+ xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1698113812618
18
+ toolchain_file_name : Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.8.0-20231018 .tar.gz
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
76
76
run : |
77
77
wget ${xuetie_toolchain}/${toolchain_file_name}
78
78
tar -xvf ${toolchain_file_name} -C /opt
79
- export PATH="/opt/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1 /bin:$PATH"
79
+ export PATH="/opt/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.8.0 /bin:$PATH"
80
80
81
81
make CC='ccache ${{ matrix.triple }}-gcc -static' FC='ccache ${{ matrix.triple }}-gfortran -static' ${{ matrix.opts }} HOSTCC='ccache gcc' -j$(nproc)
82
82
You can’t perform that action at this time.
0 commit comments