[libcxx-commits] [libcxx] [libc++][Android] Disable Android ABI list checking (PR #69666)
Ryan Prichard via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 17:43:32 PDT 2023
https://github.com/rprichard created https://github.com/llvm/llvm-project/pull/69666
Issue: https://github.com/llvm/llvm-project/issues/69270
>From 14d14279e4e4bc048dd9c5e32b8b641bf0c46104 Mon Sep 17 00:00:00 2001
From: Ryan Prichard <rprichard at google.com>
Date: Thu, 19 Oct 2023 17:35:07 -0700
Subject: [PATCH] [libc++][Android] Disable Android ABI list checking
Issue: https://github.com/llvm/llvm-project/issues/69270
---
libcxx/utils/ci/run-buildbot | 1 -
1 file changed, 1 deletion(-)
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 69ad58ed079ea01..be96bb65ef94122 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -738,7 +738,6 @@ android-ndk-*)
-DCMAKE_SYSROOT=/opt/android/ndk/sysroot \
-DLIBCXX_TEST_PARAMS="${PARAMS}" \
-DLIBCXXABI_TEST_PARAMS="${PARAMS}"
- check-abi-list
${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
# Start the emulator and make sure we can connect to the adb server running
More information about the libcxx-commits
mailing list