We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe0e0c commit 9a69aedCopy full SHA for 9a69aed
.github/workflows/riscv.yaml
@@ -0,0 +1,22 @@
1
+name: riscv
2
+on:
3
+ workflow_dispatch:
4
+permissions:
5
+ contents: read
6
+jobs:
7
+ riscv64-linux-debug:
8
+ timeout-minutes: 1020
9
+ runs-on: [self-hosted, Linux, riscv64]
10
+ steps:
11
+ - name: Checkout
12
+ uses: actions/checkout@v4
13
+ - name: Build and Test
14
+ run: sh ci/riscv64-linux-debug.sh
15
+ riscv64-linux-release:
16
+ timeout-minutes: 900
17
18
19
20
21
22
+ run: sh ci/riscv64-linux-release.sh
0 commit comments