CI exclude mips64el-unknown-linux-gnuabi64
moparisthebest/sendxmpp-rs/pipeline/head There was a failure building this commit Details

This commit is contained in:
Travis Burtrum 2021-03-24 02:32:37 -04:00
parent 88e39e3771
commit b4ab9bf2f4
1 changed files with 3 additions and 0 deletions

View File

@ -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