[libcxx-commits] [libcxx] 46a8479 - [libc++] Promote android to supported. (#72949)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 21 11:47:29 PST 2023
Author: Eric
Date: 2023-11-21T14:47:25-05:00
New Revision: 46a84794486e610785b860af3776a892ab5016d0
URL: https://github.com/llvm/llvm-project/commit/46a84794486e610785b860af3776a892ab5016d0
DIFF: https://github.com/llvm/llvm-project/commit/46a84794486e610785b860af3776a892ab5016d0.diff
LOG: [libc++] Promote android to supported. (#72949)
The bots have been running smoothly for a while. Check out
https://libcxx.efcs.ca/cistats.html for more info.
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
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