Skip to content

Commit 82f3e59

Browse files
committed
Update templates, oops
1 parent e6d69f8 commit 82f3e59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

platforms/switch/clang-3.9.1/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525
RUN unzip musl.zip
2626
RUN 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

3030
ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131
ARG PATCH_BRANCH=main

platforms/switch/clang-4.0.1/darwin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525
RUN unzip musl.zip
2626
RUN 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

3030
ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131
ARG PATCH_BRANCH=main

platforms/switch/clang-4.0.1/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525
RUN unzip musl.zip
2626
RUN 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

3030
ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131
ARG PATCH_BRANCH=main

platforms/switch/clang-8.0.0/darwin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525
RUN unzip musl.zip
2626
RUN 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

3030
ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131
ARG PATCH_BRANCH=main

platforms/switch/clang-8.0.0/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O musl.zip https://github.com/open-ead/botw-lib-musl/archive/${MUSL_HA
2525
RUN unzip musl.zip
2626
RUN 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

3030
ARG PATCH_REPO=https://github.com/GRAnimated/switch-clang-patches
3131
ARG PATCH_BRANCH=main

0 commit comments

Comments
 (0)