From ebc3b6b9e3de8022df612ee9d8f397eea107dcfa Mon Sep 17 00:00:00 2001 From: Trangar Date: Thu, 30 Mar 2023 14:10:53 +0200 Subject: [PATCH] Disabled i686-linux-andoid and x86_64-linux-android CI as they fail for external reasons (#627) Co-authored-by: Victor Koenders --- .github/workflows/cross_platform.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross_platform.yml b/.github/workflows/cross_platform.yml index 3210d7d7..d6d06ca4 100644 --- a/.github/workflows/cross_platform.yml +++ b/.github/workflows/cross_platform.yml @@ -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