Skip to content

Commit ce91b23

Browse files
committed
Switch llvm-mingw build back to gcc wit bfd
1 parent cbf8564 commit ce91b23

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 --with-clang --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
6+
./build-all.sh --use-linker=bfd --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
77
cd / && \
88
rm -rf llvm-mingw
99

0 commit comments

Comments
 (0)