Skip to content

Commit c8e9284

Browse files
authored
Merge pull request #3405 from loongarch-rs/master
Enable loongarch64-linux-gnu builds on stable
2 parents bcfac62 + b52b902 commit c8e9284

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
@@ -44,6 +44,7 @@ jobs:
4444
- i686-linux-android # skip-pr skip-master
4545
- x86_64-linux-android # skip-pr skip-master
4646
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
47+
- loongarch64-unknown-linux-gnu # skip-pr skip-master
4748
include:
4849
- target: x86_64-unknown-linux-gnu
4950
run_tests: YES

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- i686-linux-android # skip-pr skip-master
5454
- x86_64-linux-android # skip-pr skip-master
5555
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
56-
- loongarch64-unknown-linux-gnu # skip-pr skip-master skip-stable
56+
- loongarch64-unknown-linux-gnu # skip-pr skip-master
5757
include:
5858
- target: x86_64-unknown-linux-gnu
5959
run_tests: YES

0 commit comments

Comments
 (0)