https://github.com/python/cpython/commit/f2665b6ac2523db45908b17474524dc74c5a2ec7
commit: f2665b6ac2523db45908b17474524dc74c5a2ec7
branch: 3.13
author: Hugo van Kemenade <[email protected]>
committer: ambv <[email protected]>
date: 2026-01-06T13:02:16Z
summary:

[3.13] Allow Android to fail CI (GH-143471) (GH-143473)

(cherry picked from commit efb4e6c73374f910e9aae9b2431a3718331c3c79)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8e4bcd9f90f8af..3bea04f98da9a0 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,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to