Skip to content

Commit 4b99b11

Browse files
authored
Update Dockerfile to use clang 19 instead
1 parent ee9529b commit 4b99b11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

swift-ci/sdks/android/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG SWIFT_TOOLCHAIN_URL=
1818
RUN apt-get -q update \
1919
&& DEBIAN_FRONTEND=noninteractive apt-get -q install -y \
2020
build-essential \
21-
clang \
21+
clang-19 \
2222
cmake \
2323
ninja-build \
2424
python3 \
@@ -55,8 +55,7 @@ ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
5555
COPY scripts/install-swift.sh /scripts/install-swift.sh
5656
RUN chmod ugo+x /scripts/install-swift.sh
5757
RUN /scripts/install-swift.sh /usr/local/swift
58-
#ENV PATH="/usr/local/swift/bin:${PATH}"
59-
ENV PATH="${PATH}:/usr/local/swift/bin"
58+
ENV PATH="/usr/lib/llvm-19/bin:/usr/local/swift/bin:${PATH}"
6059

6160
ARG ANDROID_NDK_VERSION=
6261

0 commit comments

Comments
 (0)