We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28697b commit da8495cCopy full SHA for da8495c
images/base-winarm64/Dockerfile
@@ -3,7 +3,7 @@ FROM $GH_REPO/base:latest
3
4
RUN \
5
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 && \
+ ./build-all.sh --with-clang --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
7
cd / && \
8
rm -rf llvm-mingw
9
0 commit comments