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 0960900 commit 0de6e6cCopy full SHA for 0de6e6c
scripts.d/10-mingw.sh
@@ -8,10 +8,6 @@ ffbuild_enabled() {
8
return 0
9
}
10
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
-
15
ffbuild_dockerlayer() {
16
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /"
17
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /opt/mingw"
@@ -25,11 +21,6 @@ ffbuild_dockerbuild() {
25
21
git-mini-clone "$MINGW_REPO" "$MINGW_COMMIT" mingw
26
22
cd mingw
27
23
28
-# for patch in /patches/*.patch; do
29
-# echo "Applying $patch"
30
-# git am < "$patch"
31
-# done
32
33
24
cd mingw-w64-headers
34
35
unset CFLAGS
0 commit comments