From 5d75d30ca172ddcb660fc3e83c1889790acffca1 Mon Sep 17 00:00:00 2001 From: Mark Street Date: Sat, 18 May 2024 15:51:14 +0100 Subject: [PATCH] Rename mwcc_42_145 -> mwcc_43_145 --- platforms/gc_wii/mwcc_42_145/Dockerfile | 31 ------------------------- platforms/gc_wii/mwcc_43_145/Dockerfile | 31 +++++++++++++++++++++++++ values.yaml | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 platforms/gc_wii/mwcc_42_145/Dockerfile create mode 100644 platforms/gc_wii/mwcc_43_145/Dockerfile diff --git a/platforms/gc_wii/mwcc_42_145/Dockerfile b/platforms/gc_wii/mwcc_42_145/Dockerfile deleted file mode 100644 index 6635869..0000000 --- a/platforms/gc_wii/mwcc_42_145/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -# NOTE: This file is generated automatically via template.py. Do not edit manually! - - -FROM alpine:3.18 as base - -# download zip first to allow for Docker caching - -WORKDIR /root - -RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26" -RUN unzip compilers_latest.zip - -RUN mkdir -p /compilers/gc_wii/mwcc_42_145 - -RUN cp -r Wii/1.0/* /compilers/gc_wii/mwcc_42_145 - -RUN chmod +x /compilers/gc_wii/mwcc_42_145/mwcceppc.exe -RUN touch /compilers/gc_wii/mwcc_42_145/license.dat -RUN if [[ -f /compilers/gc_wii/mwcc_42_145/lmgr326b.dll ]]; then \ - mv /compilers/gc_wii/mwcc_42_145/lmgr326b.dll /compilers/gc_wii/mwcc_42_145/LMGR326B.dll; \ - fi -RUN if [[ -f /compilers/gc_wii/mwcc_42_145/lmgr8c.dll ]]; then \ - mv /compilers/gc_wii/mwcc_42_145/lmgr8c.dll /compilers/gc_wii/mwcc_42_145/LMGR8C.dll; \ - fi - -RUN chown -R root:root /compilers/gc_wii/mwcc_42_145/ - - -FROM scratch as release - -COPY --from=base /compilers /compilers diff --git a/platforms/gc_wii/mwcc_43_145/Dockerfile b/platforms/gc_wii/mwcc_43_145/Dockerfile new file mode 100644 index 0000000..24525a5 --- /dev/null +++ b/platforms/gc_wii/mwcc_43_145/Dockerfile @@ -0,0 +1,31 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +# download zip first to allow for Docker caching + +WORKDIR /root + +RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26" +RUN unzip compilers_latest.zip + +RUN mkdir -p /compilers/gc_wii/mwcc_43_145 + +RUN cp -r Wii/1.0/* /compilers/gc_wii/mwcc_43_145 + +RUN chmod +x /compilers/gc_wii/mwcc_43_145/mwcceppc.exe +RUN touch /compilers/gc_wii/mwcc_43_145/license.dat +RUN if [[ -f /compilers/gc_wii/mwcc_43_145/lmgr326b.dll ]]; then \ + mv /compilers/gc_wii/mwcc_43_145/lmgr326b.dll /compilers/gc_wii/mwcc_43_145/LMGR326B.dll; \ + fi +RUN if [[ -f /compilers/gc_wii/mwcc_43_145/lmgr8c.dll ]]; then \ + mv /compilers/gc_wii/mwcc_43_145/lmgr8c.dll /compilers/gc_wii/mwcc_43_145/LMGR8C.dll; \ + fi + +RUN chown -R root:root /compilers/gc_wii/mwcc_43_145/ + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index b903d19..8f27d6a 100644 --- a/values.yaml +++ b/values.yaml @@ -724,7 +724,7 @@ compilers: template: gc_wii/mwcceppc file: *wii_gc_compilers package_dir: Wii/1.0a - - id: mwcc_42_145 + - id: mwcc_43_145 platform: gc_wii template: gc_wii/mwcceppc file: *wii_gc_compilers