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 cbf8564 commit ce91b23Copy full SHA for ce91b23
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 --with-clang --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
+ ./build-all.sh --use-linker=bfd --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
7
cd / && \
8
rm -rf llvm-mingw
9
0 commit comments