[libcxx-commits] [libcxx] 1c8ac4c - [libc++][Android] BuildKite CI: update Clang and sysroot versions (#116151)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 20 14:07:59 PST 2024
Author: Ryan Prichard
Date: 2024-11-20T14:07:55-08:00
New Revision: 1c8ac4c620fa1532cd597aa5c478c8faf7ea14e4
URL: https://github.com/llvm/llvm-project/commit/1c8ac4c620fa1532cd597aa5c478c8faf7ea14e4
DIFF: https://github.com/llvm/llvm-project/commit/1c8ac4c620fa1532cd597aa5c478c8faf7ea14e4.diff
LOG: [libc++][Android] BuildKite CI: update Clang and sysroot versions (#116151)
Android clang-r536225 identifies as Clang 19 but it predates LLVM
19.0.0. It is based off of fc57f88f007497a4ead0ec8607ac66e1847b02d6.
Added:
Modified:
libcxx/utils/ci/docker-compose.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 487423a1c109ca..1e5d35a7fecdb5 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -21,7 +21,7 @@ services:
target: android-buildkite-builder
args:
BASE_IMAGE: ubuntu:noble
- ANDROID_CLANG_VERSION: r498229b
- ANDROID_CLANG_PREBUILTS_COMMIT: 5186d132c99aa75dc25207c392e3ea5b93d0107e
- ANDROID_SYSROOT_BID: 10957860
+ ANDROID_CLANG_VERSION: r536225
+ ANDROID_CLANG_PREBUILTS_COMMIT: 3f67b93ee7a50ae2a3cb34cc32d0589415cc0a9c
+ ANDROID_SYSROOT_BID: 12644632
<<: *compiler_versions
More information about the libcxx-commits
mailing list