Skip to content

Commit baf7699

Browse files
committed
Revert "Pin llvm-mingw to non-broken version"
It's broken on all versions now, no idea what influences it. This reverts commit 408657c.
1 parent 049ebfc commit baf7699

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-mini-clone https://github.com/mstorsjo/llvm-mingw.git 9abe6a8f316329f025468158bcd1e4d42d9d6967 /llvm-mingw && cd /llvm-mingw && \
5+
git clone --filter=blob:none https://github.com/mstorsjo/llvm-mingw /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)