https://github.com/python/cpython/commit/6b836ca17212c36a2b406c95c4abfd6a91315a5e
commit: 6b836ca17212c36a2b406c95c4abfd6a91315a5e
branch: 3.14
author: Hugo van Kemenade <[email protected]>
committer: ambv <[email protected]>
date: 2026-01-06T13:11:04Z
summary:

[3.14] Allow Android to fail CI (GH-143471) (GH-143472)

(cherry picked from commit efb4e6c73374f910e9aae9b2431a3718331c3c79)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b3b98ba3ba62f1..28995ee61f575c 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,

_______________________________________________
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