Skip to content

Commit

Permalink
chore: mips-*-musl images are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 26, 2024
1 parent 35d7061 commit bb8069d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
toolchain: stable
- target: aarch64-unknown-linux-musl
toolchain: stable
- target: mips-unknown-linux-musl
toolchain: nightly

steps:
- uses: actions/checkout@v4
Expand All @@ -47,13 +45,6 @@ jobs:
compile_features="$compile_features -f winservice"
fi
if [[ "$compile_target" == "mips-"* || "$compile_target" == "mipsel-"* || "$compile_target" == "mips64-"* || "$compile_target" == "mips64el-"* ]]; then
sudo apt-get update -y && sudo apt-get install -y upx;
if [[ "$?" == "0" ]]; then
compile_compress="-u"
fi
fi
if [[ "$compile_target" == "mips-"* || "$compile_target" == "mipsel-"* || "$compile_target" == "mips64-"* || "$compile_target" == "mips64el-"* ]]; then
sudo apt-get update -y && sudo apt-get install -y upx;
if [[ "$?" == "0" ]]; then
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ jobs:
toolchain: stable
- target: mips-unknown-linux-gnu
toolchain: nightly
- target: mips-unknown-linux-musl
toolchain: nightly
# cross mips-*-musl images are disabled
# - target: mips-unknown-linux-musl
# toolchain: nightly
- target: mipsel-unknown-linux-gnu
toolchain: nightly
- target: mipsel-unknown-linux-musl
toolchain: nightly
# - target: mipsel-unknown-linux-musl
# toolchain: nightly
# FIXME: ring doesn't support mips64 CPU
# - target: mips64-unknown-linux-gnuabi64
# toolchain: nightly
Expand Down

0 comments on commit bb8069d

Please sign in to comment.