Skip to content

Commit

Permalink
fix: mips64, mips64el-*-muslabi64 doesnt support
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 25, 2024
1 parent c80d317 commit f6b7c1c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,7 @@ jobs:
toolchain: stable
- target: aarch64-unknown-linux-musl
toolchain: stable
- target: mips-unknown-linux-gnu
toolchain: nightly
- target: mipsel-unknown-linux-musl
toolchain: nightly
- target: mipsel-unknown-linux-gnu
toolchain: nightly
- target: mipsel-unknown-linux-musl
toolchain: nightly
- target: mips64-unknown-linux-gnuabi64
toolchain: nightly
- target: mips64-unknown-linux-muslabi64
toolchain: nightly
- target: mips64el-unknown-linux-gnuabi64
toolchain: nightly
- target: mips64el-unknown-linux-muslabi64
- target: mips-unknown-linux-musl
toolchain: nightly

steps:
Expand Down
21 changes: 14 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,27 @@ jobs:
toolchain: stable
- target: mips-unknown-linux-gnu
toolchain: nightly
- target: mipsel-unknown-linux-musl
- target: mips-unknown-linux-musl
toolchain: nightly
- target: mipsel-unknown-linux-gnu
toolchain: nightly
- target: mipsel-unknown-linux-musl
toolchain: nightly
- target: mips64-unknown-linux-gnuabi64
toolchain: nightly
- target: mips64-unknown-linux-muslabi64
toolchain: nightly
# FIXME: ring doesn't support mips64 CPU
# - target: mips64-unknown-linux-gnuabi64
# toolchain: nightly
# - target: mips64-unknown-linux-muslabi64
# toolchain: nightly
- target: mips64el-unknown-linux-gnuabi64
toolchain: nightly
- target: mips64el-unknown-linux-muslabi64
toolchain: nightly
# FIXME: Link Error.
# = note: mips64el-linux-muslsf-gcc: error: crt1.o: No such file or directory
# mips64el-linux-muslsf-gcc: error: crti.o: No such file or directory
# mips64el-linux-muslsf-gcc: error: crtbegin.o: No such file or directory
# mips64el-linux-muslsf-gcc: error: crtend.o: No such file or directory
# mips64el-linux-muslsf-gcc: error: crtn.o: No such file or directory
# - target: mips64el-unknown-linux-muslabi64
# toolchain: nightly

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f6b7c1c

Please sign in to comment.