File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name : arch-emu
22
3- # this is done on workflow_dispatch only since it takes a very long time
3+ # this is done on workflow_dispatch only since it takes a very long time.
4+ # It also uses the latest GraphBLAS dev2 branch, so be sure that branch
5+ # is operational before running this test.
46on :
57 workflow_dispatch :
68
1820 strategy :
1921 matrix :
2022 config :
21- - {grb_version: 10.1.0 }
23+ - {grb_version: dev2 }
2224 # For available CPU architectures, see:
2325 # https://github.com/marketplace/actions/setup-alpine-linux-environment
2426 arch : [riscv64]
7072 gcc -dumpmachine
7173 git clone https://github.com/DrTimothyAldenDavis/GraphBLAS.git
7274 cd GraphBLAS
73- git checkout tags/v${{ matrix.config.grb_version }}
75+ git checkout dev2
7476 make compact
7577 sudo make install
7678 cd ..
You can’t perform that action at this time.
0 commit comments