Skip to content

Commit 51dea04

Browse files
github CI workflows: test with GraphBLAS 9.0.0 and 10.1.0
1 parent 513f9fd commit 51dea04

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build-arch-emu.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
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]
@@ -71,9 +70,7 @@ jobs:
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 ..

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
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

@@ -69,9 +68,8 @@ jobs:
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

0 commit comments

Comments
 (0)