Add GC compiler 2.0p1 (patched) (#16)

This commit is contained in:
Luke Street
2024-07-03 00:44:28 -06:00
committed by GitHub
parent a78b1c9d19
commit a5aca4fc3c
28 changed files with 89 additions and 53 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_233_144
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_233_159
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_233_163
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_233_163e
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_233_163n
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_242_81
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_242_81r
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_247_105
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_247_107
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_247_108
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_247_92
+31
View File
@@ -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_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_247_92p1
RUN cp -r GC/2.0p1/* /compilers/gc_wii/mwcc_247_92p1
RUN chmod +x /compilers/gc_wii/mwcc_247_92p1/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_247_92p1/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_247_92p1/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_247_92p1/lmgr326b.dll /compilers/gc_wii/mwcc_247_92p1/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_247_92p1/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_247_92p1/lmgr8c.dll /compilers/gc_wii/mwcc_247_92p1/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_247_92p1/
FROM scratch as release
COPY --from=base /compilers /compilers
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_51213
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60126
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60209
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60831
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_42_127
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_42_140
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_42_142
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O compilers_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
RUN unzip compilers_20240702.zip
RUN mkdir -p /compilers/gc_wii/mwcc_42_60308

Some files were not shown because too many files have changed in this diff Show More