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:
Trangar 2023-03-30 14:10:53 +02:00 committed by GitHub
parent a6a5c41038
commit af4697e1fb
1 changed files with 4 additions and 3 deletions

View File

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