Skip to content

Commit 59ca9b1

Browse files
committed
[libc++][Android] BuildKite CI: update Clang and sysroot versions
Android clang-r536225 identifies as Clang 19 but it predates LLVM 19.0.0. It is based off of fc57f88.
1 parent 49f90e7 commit 59ca9b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/utils/ci/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
target: android-buildkite-builder
3232
args:
3333
BASE_IMAGE: ubuntu:noble
34-
ANDROID_CLANG_VERSION: r498229b
35-
ANDROID_CLANG_PREBUILTS_COMMIT: 5186d132c99aa75dc25207c392e3ea5b93d0107e
36-
ANDROID_SYSROOT_BID: 10957860
34+
ANDROID_CLANG_VERSION: r536225
35+
ANDROID_CLANG_PREBUILTS_COMMIT: 3f67b93ee7a50ae2a3cb34cc32d0589415cc0a9c
36+
ANDROID_SYSROOT_BID: 12644632
3737
<<: *compiler_versions

0 commit comments

Comments
 (0)