[libcxx-commits] [libcxx] Promote android to supported. (PR #72949)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 20 19:53:56 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Eric (EricWF)

<details>
<summary>Changes</summary>

The bots have been running smoothly for a while. Check out https://libcxx.efcs.ca/cistats.html for more info.

---
Full diff: https://github.com/llvm/llvm-project/pull/72949.diff


1 Files Affected:

- (modified) libcxx/utils/ci/buildkite-pipeline.yml (-2) 


``````````diff
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 39db2bfc473813a..3c49247ab5aeeb9 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -264,13 +264,11 @@ steps:
   steps:
   - label: Android 5.0, x86 NDK
     command: libcxx/utils/ci/run-buildbot android-ndk-21-def-x86
-    soft_fail: true
     <<: *android_agent
     <<: *common
 
   - label: Android 13, x86_64 NDK
     command: libcxx/utils/ci/run-buildbot android-ndk-33-goog-x86_64
-    soft_fail: true
     <<: *android_agent
     <<: *common
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/72949


More information about the libcxx-commits mailing list