Skip to content

Commit 408657c

Browse files
committed
Pin llvm-mingw to non-broken version
1 parent 150cb76 commit 408657c

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
@@ -2,7 +2,7 @@ ARG GH_REPO=ghcr.io/btbn/ffmpeg-builds
22
FROM $GH_REPO/base:latest
33

44
RUN \
5-
git clone --filter=blob:none https://github.com/mstorsjo/llvm-mingw /llvm-mingw && cd /llvm-mingw && \
5+
git-mini-clone https://github.com/mstorsjo/llvm-mingw.git 747a6cd27a7e3e313eb6bc1433aa1221044df8ca /llvm-mingw && cd /llvm-mingw && \
66
./build-all.sh --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
77
cd / && \
88
rm -rf llvm-mingw

0 commit comments

Comments
 (0)