[libcxx-commits] [libcxx] [libc++][Android] BuildKite CI: update Clang and sysroot versions (PR #116151)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 13 18:41:07 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Ryan Prichard (rprichard)
<details>
<summary>Changes</summary>
Android clang-r536225 identifies as Clang 19 but it predates LLVM 19.0.0. It is based off of fc57f88f007497a4ead0ec8607ac66e1847b02d6.
---
Full diff: https://github.com/llvm/llvm-project/pull/116151.diff
1 Files Affected:
- (modified) libcxx/utils/ci/docker-compose.yml (+3-3)
``````````diff
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index c32e016edeb152..33e05a6b3fd8f4 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -31,7 +31,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
``````````
</details>
https://github.com/llvm/llvm-project/pull/116151
More information about the libcxx-commits
mailing list