Skip to content

Commit bab0de9

Browse files
committed
ci: re-renable riscv64-linux-debug and riscv64-linux-release for master
1 parent 4ec232a commit bab0de9

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@ jobs:
5050
uses: actions/checkout@v4
5151
- name: Build and Test
5252
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+
if: github.event_name == 'push'
64+
timeout-minutes: 360
65+
runs-on: [self-hosted, Linux, riscv64]
66+
steps:
67+
- name: Checkout
68+
uses: actions/checkout@v4
69+
- name: Build and Test
70+
run: sh ci/riscv64-linux-release.sh
5371
x86_64-macos-release:
5472
runs-on: "macos-13"
5573
env:

.github/workflows/riscv.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)