File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ENV ANDROID_DEV_HOME /android
44RUN mkdir -p ${ANDROID_DEV_HOME}
55
66RUN apt-get update && \
7- apt-get install -y --no-install-recommends default-jdk
7+ apt-get install -y --no-install-recommends default-jdk llvm-18 clang-18
88
99# Install Android SDK.
1010ENV ANDROID_SDK_FILENAME commandlinetools-linux-13114758_latest.zip
Original file line number Diff line number Diff line change 11FROM us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest
2- RUN apt-get update && apt-get install -y --no-install-recommends libc++-18-dev libc++abi-18-dev
2+ RUN apt-get update && apt-get install -y --no-install-recommends libc++-18-dev libc++abi-18-dev llvm-18 clang-18
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Docker image to provide a hermetic build environment for Litert.
16- FROM ubuntu:22 .04
16+ FROM ubuntu:24 .04
1717
1818# Avoid interactive prompts during package installation
1919ENV DEBIAN_FRONTEND=noninteractive
@@ -30,8 +30,8 @@ RUN apt-get update && apt-get install -y \
3030 unzip \
3131 wget \
3232 zip \
33- llvm-14 \
34- clang-14 \
33+ llvm-18 \
34+ clang-18 \
3535 libc++-dev \
3636 libc++abi-dev \
3737 && apt-get clean && \
You can’t perform that action at this time.
0 commit comments