Skip to content

Commit 1b54604

Browse files
committed
CI: Check riscv64gc-unknown-linux-gnu for stable releases
riscv64gc-unknown-linux-gnu is now tier 2 ehuss/rust-forge@c1ae62f
1 parent 67c051c commit 1b54604

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linux-builds-on-stable.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- armv7-linux-androideabi # skip-pr skip-master
3939
- i686-linux-android # skip-pr skip-master
4040
- x86_64-linux-android # skip-pr skip-master
41+
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
4142
include:
4243
- target: x86_64-unknown-linux-gnu
4344
run_tests: YES

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- armv7-linux-androideabi # skip-pr skip-master
4747
- i686-linux-android # skip-pr skip-master
4848
- x86_64-linux-android # skip-pr skip-master
49-
- riscv64gc-unknown-linux-gnu # skip-pr skip-master skip-stable
49+
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
5050
include:
5151
- target: x86_64-unknown-linux-gnu
5252
run_tests: YES

0 commit comments

Comments
 (0)