Skip to content

Commit 59f0331

Browse files
committed
fix: build: remove unsupported binary triples
The following triples are no longer upstream-compiled: - `mips-unknown-linux-gnu` - `mipsel-unknown-linux-gnu` They have been removed from the `TARGET_TRIPLES`. Fixes: #145
1 parent 46f15e1 commit 59f0331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-new-version.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ TARGET_TRIPLES=(
3232
armv7-unknown-linux-gnueabihf
3333
armv7-unknown-linux-musleabihf
3434
i686-unknown-linux-gnu
35-
mips-unknown-linux-gnu
36-
mipsel-unknown-linux-gnu
3735
powerpc-unknown-linux-gnu
3836
x86_64-unknown-linux-gnu
3937
)

0 commit comments

Comments
 (0)