Skip to content

Commit 0de6e6c

Browse files
committed
MinGW patches are gone
1 parent 0960900 commit 0de6e6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts.d/10-mingw.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ ffbuild_enabled() {
88
return 0
99
}
1010

11-
ffbuild_dockerstage() {
12-
to_df "RUN --mount=src=${SELF},dst=/stage.sh --mount=src=patches/mingw,dst=/patches run_stage /stage.sh"
13-
}
14-
1511
ffbuild_dockerlayer() {
1612
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /"
1713
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /opt/mingw"
@@ -25,11 +21,6 @@ ffbuild_dockerbuild() {
2521
git-mini-clone "$MINGW_REPO" "$MINGW_COMMIT" mingw
2622
cd mingw
2723

28-
# for patch in /patches/*.patch; do
29-
# echo "Applying $patch"
30-
# git am < "$patch"
31-
# done
32-
3324
cd mingw-w64-headers
3425

3526
unset CFLAGS

0 commit comments

Comments
 (0)