From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:02:16 +0000 (+0200) Subject: [3.13] Allow Android to fail CI (GH-143471) (GH-143473) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2665b6ac2523db45908b17474524dc74c5a2ec7;p=thirdparty%2FPython%2Fcpython.git [3.13] Allow Android to fail CI (GH-143471) (GH-143473) (cherry picked from commit efb4e6c73374f910e9aae9b2431a3718331c3c79) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e4bcd9f90f8..3bea04f98da9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -597,7 +597,6 @@ jobs: - build-macos - build-ubuntu - build-ubuntu-ssltests - - build-android - build-wasi - test-hypothesis - build-asan @@ -610,6 +609,7 @@ jobs: uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe with: allowed-failures: >- + build-android, build-windows-msi, build-ubuntu-ssltests, test-hypothesis,