File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 config :
21- # FIXME: switch to 10.1.0 when it is released:
22- - {grb_version: 10.0.5}
21+ - {grb_version: 10.1.0}
2322 # For available CPU architectures, see:
2423 # https://github.com/marketplace/actions/setup-alpine-linux-environment
2524 arch : [riscv64]
7170 gcc -dumpmachine
7271 git clone https://github.com/DrTimothyAldenDavis/GraphBLAS.git
7372 cd GraphBLAS
74- # FIXME: switch to 10.1.0 when it is released:
75- # git checkout tags/v${{ matrix.config.grb_version }}
76- git checkout dev2
73+ git checkout tags/v${{ matrix.config.grb_version }}
7774 make compact
7875 sudo make install
7976 cd ..
Original file line number Diff line number Diff line change 1818 config :
1919 # if there are multiple items in this list, only use should
2020 # deployit=true for just one of them.
21- # FIXME: use GraphBLAS v10.1.0 once it's released
2221 - {grb_version: 9.0.0, deployit: false}
23- - {grb_version: 10.0.5 , deployit: true}
22+ - {grb_version: 10.1.0 , deployit: true}
2423
2524 steps :
2625
6968 strategy :
7069 matrix :
7170 config :
72- # FIXME: use GraphBLAS v10.1.0 once it's released
7371 - {grb_version: 9.0.0}
74- - {grb_version: 10.0.5 }
72+ - {grb_version: 10.1.0 }
7573
7674 steps :
7775
You can’t perform that action at this time.
0 commit comments