Skip to content

Commit c99ef2a

Browse files
committed
💚 Support mips-unknown-linux-musl
1 parent 53855d4 commit c99ef2a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ jobs:
7070
- target: arm-unknown-linux-musleabihf
7171
os: ubuntu-latest
7272
archive: tar.gz tar.xz tar.zst
73-
# - target: mips-unknown-linux-musl
74-
# archive: tar.gz tar.xz tar.zst
75-
# - target: mips-unknown-linux-musl
76-
# archive: tar.gz tar.xz tar.zst
73+
- target: mips-unknown-linux-musl
74+
archive: tar.gz tar.xz tar.zst
7775
# - target: mips64-unknown-linux-muslabi64
7876
# archive: tar.gz tar.xz tar.zst
7977
- target: aarch64-linux-android

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,8 @@ jobs:
120120
- target: arm-unknown-linux-musleabihf
121121
os: ubuntu-latest
122122
archive: tar.gz tar.xz tar.zst
123-
# - target: mips-unknown-linux-musl
124-
# archive: tar.gz tar.xz tar.zst
125-
# - target: mips-unknown-linux-musl
126-
# archive: tar.gz tar.xz tar.zst
123+
- target: mips-unknown-linux-musl
124+
archive: tar.gz tar.xz tar.zst
127125
# - target: mips64-unknown-linux-muslabi64
128126
# archive: tar.gz tar.xz tar.zst
129127
- target: aarch64-linux-android

0 commit comments

Comments
 (0)