Skip to content

Commit da8495c

Browse files
committed
Build winarm64 clang with host clang instead of gcc
1 parent e28697b commit da8495c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base-winarm64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $GH_REPO/base:latest
33

44
RUN \
55
git clone --filter=blob:none https://github.com/mstorsjo/llvm-mingw /llvm-mingw && cd /llvm-mingw && \
6-
./build-all.sh --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
6+
./build-all.sh --with-clang --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
77
cd / && \
88
rm -rf llvm-mingw
99

0 commit comments

Comments
 (0)