Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

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.

@boomanaiden154 boomanaiden154 requested a review from a team as a code owner November 19, 2025 18:51
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 19, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 19, 2025

@llvm/pr-subscribers-libcxx

Author: Aiden Grossman (boomanaiden154)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/168756.diff

1 Files Affected:

  • (modified) libcxx/utils/ci/docker/android-builder.dockerfile (+1-2)
diff --git a/libcxx/utils/ci/docker/android-builder.dockerfile b/libcxx/utils/ci/docker/android-builder.dockerfile
index 9c5d5047dbb86..e0eef49a8987d 100644
--- a/libcxx/utils/ci/docker/android-builder.dockerfile
+++ b/libcxx/utils/ci/docker/android-builder.dockerfile
@@ -27,8 +27,7 @@
 #
 #   BUILDKITE_AGENT_TOKEN=<token>
 
-ARG BASE_IMAGE_VERSION
-FROM ghcr.io/llvm/libcxx-linux-builder-base:${BASE_IMAGE_VERSION}
+FROM docker.io/library/ubuntu:jammy AS android-builder-base
 
 ARG ANDROID_CLANG_VERSION
 ARG ANDROID_CLANG_PREBUILTS_COMMIT

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.
@boomanaiden154 boomanaiden154 force-pushed the android-do-not-use-base-libcxx branch from cbad68a to 75cbb94 Compare November 19, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants