mirror of https://git.sr.ht/~stygianentity/bincode
Disabled i686-linux-andoid and x86_64-linux-android CI as they fail for external reasons (#627)
Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
This commit is contained in:
parent
a6a5c41038
commit
af4697e1fb
|
|
@ -39,9 +39,12 @@
|
|||
# Fixed in https://github.com/chronotope/chrono/pull/593
|
||||
# "asmjs-unknown-emscripten",
|
||||
|
||||
# These seem to fail on `-lunwind` not being available
|
||||
# "i686-linux-android",
|
||||
# "x86_64-linux-android",
|
||||
|
||||
"i586-unknown-linux-gnu",
|
||||
"i586-unknown-linux-musl",
|
||||
"i686-linux-android",
|
||||
"i686-unknown-linux-gnu",
|
||||
"i686-unknown-linux-musl",
|
||||
"mips-unknown-linux-gnu",
|
||||
|
|
@ -73,8 +76,6 @@
|
|||
# Fixed in https://github.com/chronotope/chrono/pull/593
|
||||
# "wasm32-unknown-emscripten",
|
||||
|
||||
"x86_64-linux-android",
|
||||
|
||||
# Seems to not be able to link to certain files
|
||||
# - cannot find -lsendfile
|
||||
# - cannot find -llgrp
|
||||
|
|
|
|||
Loading…
Reference in New Issue