Skip to content

Commit 1c8ac4c

Browse files
authored
[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 fc57f88.
1 parent 9ebc6f5 commit 1c8ac4c

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
@@ -21,7 +21,7 @@ services:
2121
target: android-buildkite-builder
2222
args:
2323
BASE_IMAGE: ubuntu:noble
24-
ANDROID_CLANG_VERSION: r498229b
25-
ANDROID_CLANG_PREBUILTS_COMMIT: 5186d132c99aa75dc25207c392e3ea5b93d0107e
26-
ANDROID_SYSROOT_BID: 10957860
24+
ANDROID_CLANG_VERSION: r536225
25+
ANDROID_CLANG_PREBUILTS_COMMIT: 3f67b93ee7a50ae2a3cb34cc32d0589415cc0a9c
26+
ANDROID_SYSROOT_BID: 12644632
2727
<<: *compiler_versions

0 commit comments

Comments
 (0)