Skip to content

Commit 75cbb94

Browse files
[libcxx] Do not use libcxx-builder-base image for Android image
The Android image did not use this prior to bf07226 and this will significantly increase the size of the container image for dependencies we do not need.
1 parent 8ab7b60 commit 75cbb94

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libcxx/utils/ci/docker/android-builder.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
#
2828
# BUILDKITE_AGENT_TOKEN=<token>
2929

30-
ARG BASE_IMAGE_VERSION
31-
FROM ghcr.io/llvm/libcxx-linux-builder-base:${BASE_IMAGE_VERSION}
30+
FROM docker.io/library/ubuntu:jammy AS android-builder-base
3231

3332
ARG ANDROID_CLANG_VERSION
3433
ARG ANDROID_CLANG_PREBUILTS_COMMIT

libcxx/utils/ci/docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ services:
3232
context: ../../../.. # monorepo root
3333
dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
3434
args:
35-
BASE_IMAGE_VERSION: 825943e06f840710177e5514c4f61c9e73660c44
3635
ANDROID_CLANG_VERSION: r563880
3736
ANDROID_CLANG_PREBUILTS_COMMIT: 6ae4184bb8706f9731569b9a0a82be3fcdcb951c
3837
ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f

0 commit comments

Comments
 (0)