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 4ec232a commit bab0de9Copy full SHA for bab0de9
.github/workflows/ci.yaml
@@ -50,6 +50,24 @@ jobs:
50
uses: actions/checkout@v4
51
- name: Build and Test
52
run: sh ci/aarch64-linux-release.sh
53
+ riscv64-linux-debug:
54
+ if: github.event_name == 'push'
55
+ timeout-minutes: 360
56
+ runs-on: [self-hosted, Linux, riscv64]
57
+ steps:
58
+ - name: Checkout
59
+ uses: actions/checkout@v4
60
+ - name: Build and Test
61
+ run: sh ci/riscv64-linux-debug.sh
62
+ riscv64-linux-release:
63
64
65
66
67
68
69
70
+ run: sh ci/riscv64-linux-release.sh
71
x86_64-macos-release:
72
runs-on: "macos-13"
73
env:
.github/workflows/riscv.yaml
0 commit comments