Skip to content

Commit 69229fb

Browse files
Merge pull request #341 from GraphBLAS/with_GraphBLAS_v10
github CI: use dev2 branch of GraphBLAS for dispatch-only arch-emu tests
2 parents b39a985 + bfb78db commit 69229fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 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.
46
on:
57
workflow_dispatch:
68

@@ -18,7 +20,7 @@ jobs:
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]
@@ -70,7 +72,7 @@ jobs:
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 ..

0 commit comments

Comments
 (0)