File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525RUN unzip musl.zip
2626RUN cp -r botw-lib-musl-${MUSL_HASH} /compilers/switch/clang-3.9.1/
2727
28- RUN apk add --no-cache patch
28+ RUN apk add patch
2929
3030ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131ARG PATCH_BRANCH=main
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525RUN unzip musl.zip
2626RUN cp -r botw-lib-musl-${MUSL_HASH} /compilers/switch/clang-4.0.1/
2727
28- RUN apk add --no-cache patch
28+ RUN apk add patch
2929
3030ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131ARG PATCH_BRANCH=main
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525RUN unzip musl.zip
2626RUN cp -r botw-lib-musl-${MUSL_HASH} /compilers/switch/clang-4.0.1/
2727
28- RUN apk add --no-cache patch
28+ RUN apk add patch
2929
3030ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131ARG PATCH_BRANCH=main
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525RUN unzip musl.zip
2626RUN cp -r botw-lib-musl-${MUSL_HASH} /compilers/switch/clang-8.0.0/
2727
28- RUN apk add --no-cache patch
28+ RUN apk add patch
2929
3030ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131ARG PATCH_BRANCH=main
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525RUN unzip musl.zip
2626RUN cp -r botw-lib-musl-${MUSL_HASH} /compilers/switch/clang-8.0.0/
2727
28- RUN apk add --no-cache patch
28+ RUN apk add patch
2929
3030ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131ARG PATCH_BRANCH=main
You can’t perform that action at this time.
0 commit comments