From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:11:04 +0000 (+0200) Subject: [3.14] Allow Android to fail CI (GH-143471) (GH-143472) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b836ca17212c36a2b406c95c4abfd6a91315a5e;p=thirdparty%2FPython%2Fcpython.git [3.14] Allow Android to fail CI (GH-143471) (GH-143472) (cherry picked from commit efb4e6c73374f910e9aae9b2431a3718331c3c79) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3b98ba3ba62..28995ee61f57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -671,7 +671,6 @@ jobs: - build-macos - build-ubuntu - build-ubuntu-ssltests - - build-android - build-ios - build-wasi - test-hypothesis @@ -686,6 +685,7 @@ jobs: uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe with: allowed-failures: >- + build-android, build-windows-msi, build-ubuntu-ssltests, test-hypothesis,