Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit ebc3b6b

Browse files
Disabled i686-linux-andoid and x86_64-linux-android CI as they fail for external reasons (#627)
Co-authored-by: Victor Koenders <[email protected]>
1 parent 09d256b commit ebc3b6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cross_platform.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
# Fixed in https://github.com/chronotope/chrono/pull/593
4040
# "asmjs-unknown-emscripten",
4141

42+
# These seem to fail on `-lunwind` not being available
43+
# "i686-linux-android",
44+
# "x86_64-linux-android",
45+
4246
"i586-unknown-linux-gnu",
4347
"i586-unknown-linux-musl",
44-
"i686-linux-android",
4548
"i686-unknown-linux-gnu",
4649
"i686-unknown-linux-musl",
4750
"mips-unknown-linux-gnu",
@@ -73,8 +76,6 @@
7376
# Fixed in https://github.com/chronotope/chrono/pull/593
7477
# "wasm32-unknown-emscripten",
7578

76-
"x86_64-linux-android",
77-
7879
# Seems to not be able to link to certain files
7980
# - cannot find -lsendfile
8081
# - cannot find -llgrp

0 commit comments

Comments
 (0)