Skip to content

Commit f8db216

Browse files
committed
Re-order Docker PATH to system clang is used before Swift toolchain clang
1 parent 163220d commit f8db216

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift-ci/sdks/android/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
5454
COPY scripts/install-swift.sh /scripts/install-swift.sh
5555
RUN chmod ugo+x /scripts/install-swift.sh
5656
RUN /scripts/install-swift.sh /usr/local/swift
57-
ENV PATH="/usr/local/swift/bin:${PATH}"
57+
#ENV PATH="/usr/local/swift/bin:${PATH}"
58+
ENV PATH="${PATH}:/usr/local/swift/bin"
5859

5960
ARG ANDROID_NDK_VERSION=
6061

0 commit comments

Comments
 (0)