Skip to content

Commit 6b03c96

Browse files
committed
ci(stable): enable loongarch64-unknown-linux-musl builds
1 parent 92ab849 commit 6b03c96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ jobs:
874874
- x86_64-linux-android # skip-pr skip-master
875875
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
876876
- loongarch64-unknown-linux-gnu # skip-pr skip-master
877+
- loongarch64-unknown-linux-musl # skip-pr skip-master
877878
include:
878879
- target: x86_64-unknown-linux-gnu
879880
run_tests: YES

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs: # skip-master skip-pr skip-stable
4040
- x86_64-linux-android # skip-pr skip-master
4141
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
4242
- loongarch64-unknown-linux-gnu # skip-pr skip-master
43-
- loongarch64-unknown-linux-musl # skip-pr skip-master skip-stable
43+
- loongarch64-unknown-linux-musl # skip-pr skip-master
4444
include:
4545
- target: x86_64-unknown-linux-gnu
4646
run_tests: YES

0 commit comments

Comments
 (0)