Skip to content

Commit cbad68a

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 cbad68a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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

0 commit comments

Comments
 (0)