CI exclude mips64el-unknown-linux-gnuabi64
Some checks failed
moparisthebest/sendxmpp-rs/pipeline/head There was a failure building this commit
Some checks failed
moparisthebest/sendxmpp-rs/pipeline/head There was a failure building this commit
This commit is contained in:
parent
88e39e3771
commit
b4ab9bf2f4
@ -9,6 +9,9 @@ SUFFIX=""
|
||||
|
||||
echo "$TARGET" | grep -E '^x86_64-pc-windows-gnu$' >/dev/null && SUFFIX=".exe"
|
||||
|
||||
# ring fails to compile here
|
||||
echo "$TARGET" | grep -E '^mips64el-unknown-linux-gnuabi64$' >/dev/null && exit 0
|
||||
|
||||
# build binary
|
||||
cross build --target $TARGET --release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user