[libcxx-commits] [libcxx] Promote android to supported. (PR #72949)
    via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Mon Nov 20 19:53:27 PST 2023
    
    
  
https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/72949
The bots have been running smoothly for a while. Check out https://libcxx.efcs.ca/cistats.html for more info.
>From 34ff58a3cbcbab9775b43cd3bb3d2696ad5ec7ca Mon Sep 17 00:00:00 2001
From: eric <eric at efcs.ca>
Date: Mon, 20 Nov 2023 22:51:30 -0500
Subject: [PATCH] Promote android to supported.
The bots have been running smoothly for a while. Check out
https://libcxx.efcs.ca/cistats.html for more info.
---
 libcxx/utils/ci/buildkite-pipeline.yml | 2 --
 1 file changed, 2 deletions(-)
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
 
    
    
More information about the libcxx-commits
mailing list