Skip to content

Commit

Permalink
Revert "fix: mips-* disabled, moka uses atomic64 by default"
Browse files Browse the repository at this point in the history
This reverts commit 95971a9.
  • Loading branch information
tatsuya6502 committed Jan 10, 2025
1 parent dd321aa commit c6a4d55
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,22 @@ jobs:
toolchain: stable
- target: aarch64-unknown-linux-musl
toolchain: stable
# FIXME: moka uses atomic64 by default
# - target: mips-unknown-linux-gnu
# toolchain: nightly
- target: mips-unknown-linux-gnu
toolchain: nightly
# cross mips-*-musl images are disabled
# - target: mips-unknown-linux-musl
# toolchain: nightly
# FIXME: moka uses atomic64 by default
# - target: mipsel-unknown-linux-gnu
# toolchain: nightly
# cross mips-*-musl images are disabled
- target: mipsel-unknown-linux-gnu
toolchain: nightly
# - target: mipsel-unknown-linux-musl
# 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-gnuabi64
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
Expand Down

0 comments on commit c6a4d55

Please sign in to comment.