[libcxx-commits] [libcxx] 07ba499 - [libc++][Android] Disable Android ABI list checking (#69666)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 20 10:26:32 PDT 2023


Author: Ryan Prichard
Date: 2023-10-20T13:26:28-04:00
New Revision: 07ba4998171f62785a1b06e4b6aa0a7b9cd158ef

URL: https://github.com/llvm/llvm-project/commit/07ba4998171f62785a1b06e4b6aa0a7b9cd158ef
DIFF: https://github.com/llvm/llvm-project/commit/07ba4998171f62785a1b06e4b6aa0a7b9cd158ef.diff

LOG: [libc++][Android] Disable Android ABI list checking (#69666)

Issue: https://github.com/llvm/llvm-project/issues/69270

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
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