Skip to content

Commit

Permalink
chore(release) temporary disable the MIPS musl target until new versions
Browse files Browse the repository at this point in the history
of `libc` is released with `libc::sock_txtime`
  • Loading branch information
dndx committed May 13, 2022
1 parent b5e7965 commit 9ff691d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- mips-unknown-linux-gnu
- mips-unknown-linux-musl
#- mips-unknown-linux-musl # currently does not build due to libc::sock_txtime not found, need a newer release of libc
- mipsel-unknown-linux-gnu
- mipsel-unknown-linux-musl
#- mipsel-unknown-linux-musl

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

0 comments on commit 9ff691d

Please sign in to comment.