Updated link for GC/Wii compilers (#2)

* Updated link for GC/Wii compilers

* Updating per info.txt

* Fix typo

* Use yaml anchor to dedupe links
This commit is contained in:
Mark Street
2023-10-26 10:14:32 +01:00
committed by GitHub
parent 66f17e93c0
commit 9264c8a5e3
29 changed files with 412 additions and 132 deletions
+5 -8
View File
@@ -2,7 +2,7 @@ name: Publish
on:
push:
branches:
- "*"
- main
pull_request:
branches: [ main ]
@@ -31,17 +31,14 @@ jobs:
- name: Create list of changed files
run: |
# See https://github.community/t/check-pushed-file-changes-with-git-diff-tree-in-github-actions/17220/10
if [ "${{ github.event_name }}" = "pull_request" ]; then
# Pull Request
git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1
export DIFF=$( git diff --name-only ${{ github.event.pull_request.base.ref }} $GITHUB_SHA )
echo "Diff between origin/${{ github.event.pull_request.base.ref }} and $GITHUB_SHA"
echo "Diff between origin/${{ github.event.pull_request.base.sha }} and $GITHUB_SHA"
git fetch origin ${{ github.event.pull_request.base.sha }} --depth=1
export DIFF=$( git diff --name-only ${{ github.event.pull_request.base.sha }} $GITHUB_SHA )
else
# Push
echo "Diff between ${{ github.event.before }} and $GITHUB_SHA"
git fetch origin ${{ github.event.before }} --depth=1
export DIFF=$( git diff --name-only ${{ github.event.before }} $GITHUB_SHA )
echo "Diff between ${{ github.event.before }} and $GITHUB_SHA"
fi
echo "$DIFF" | tee changed_files.txt
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_233_144
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_233_159
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_233_163
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_233_163e
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_233_163n
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_242_81
+3 -3
View File
@@ -7,12 +7,12 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O MWCCEPPC_1.3.2r.zip "https://cdn.discordapp.com/attachments/598600200084258822/1136883349642825728/MWCCEPPC_1.3.2r.zip"
RUN unzip MWCCEPPC_1.3.2r.zip
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_242_81r
RUN cp -r 1.3.2r/* /compilers/gc_wii/mwcc_242_81r
RUN cp -r GC/1.3.2r/* /compilers/gc_wii/mwcc_242_81r
RUN chmod +x /compilers/gc_wii/mwcc_242_81r/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_242_81r/license.dat
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_247_105
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_247_107
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_247_108
+2 -2
View File
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_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_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_51213
RUN cp -r GC/3.0a3/* /compilers/gc_wii/mwcc_41_51213
RUN chmod +x /compilers/gc_wii/mwcc_41_51213/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_51213/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_41_51213/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_51213/lmgr326b.dll /compilers/gc_wii/mwcc_41_51213/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_41_51213/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_51213/lmgr8c.dll /compilers/gc_wii/mwcc_41_51213/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_41_51213/
FROM scratch as release
COPY --from=base /compilers /compilers
+3 -3
View File
@@ -7,12 +7,12 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_41_60126
RUN cp -r GC/3.0a3/* /compilers/gc_wii/mwcc_41_60126
RUN cp -r GC/3.0a3.2/* /compilers/gc_wii/mwcc_41_60126
RUN chmod +x /compilers/gc_wii/mwcc_41_60126/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_60126/license.dat
+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_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60209
RUN cp -r GC/3.0a3.3/* /compilers/gc_wii/mwcc_41_60209
RUN chmod +x /compilers/gc_wii/mwcc_41_60209/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_60209/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_41_60209/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60209/lmgr326b.dll /compilers/gc_wii/mwcc_41_60209/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_41_60209/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60209/lmgr8c.dll /compilers/gc_wii/mwcc_41_60209/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_41_60209/
FROM scratch as release
COPY --from=base /compilers /compilers
+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_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60308
RUN cp -r GC/3.0a3.4/* /compilers/gc_wii/mwcc_41_60308
RUN chmod +x /compilers/gc_wii/mwcc_41_60308/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_60308/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_41_60308/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60308/lmgr326b.dll /compilers/gc_wii/mwcc_41_60308/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_41_60308/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60308/lmgr8c.dll /compilers/gc_wii/mwcc_41_60308/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_41_60308/
FROM scratch as release
COPY --from=base /compilers /compilers
+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_latest.zip "https://files.decomp.dev/compilers_latest.zip?2023-10-26"
RUN unzip compilers_latest.zip
RUN mkdir -p /compilers/gc_wii/mwcc_41_60422
RUN cp -r GC/3.0a5/* /compilers/gc_wii/mwcc_41_60422
RUN chmod +x /compilers/gc_wii/mwcc_41_60422/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_60422/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_41_60422/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60422/lmgr326b.dll /compilers/gc_wii/mwcc_41_60422/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_41_60422/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_41_60422/lmgr8c.dll /compilers/gc_wii/mwcc_41_60422/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_41_60422/
FROM scratch as release
COPY --from=base /compilers /compilers
+3 -3
View File
@@ -7,12 +7,12 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_41_60831
RUN cp -r GC/3.0/* /compilers/gc_wii/mwcc_41_60831
RUN cp -r GC/3.0a5.2/* /compilers/gc_wii/mwcc_41_60831
RUN chmod +x /compilers/gc_wii/mwcc_41_60831/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_41_60831/license.dat
+3 -5
View File
@@ -7,12 +7,12 @@ FROM alpine:3.18 as base
WORKDIR /root
RUN wget -O GC_WII_COMPILERS.zip "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
RUN unzip GC_WII_COMPILERS.zip
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_127
RUN cp -r Wii/1.0/* /compilers/gc_wii/mwcc_42_127
RUN cp -r Wii/0x4201_127/* /compilers/gc_wii/mwcc_42_127
RUN chmod +x /compilers/gc_wii/mwcc_42_127/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_42_127/license.dat
@@ -22,8 +22,6 @@ RUN if [[ -f /compilers/gc_wii/mwcc_42_127/lmgr326b.dll ]]; then \
RUN if [[ -f /compilers/gc_wii/mwcc_42_127/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_42_127/lmgr8c.dll /compilers/gc_wii/mwcc_42_127/LMGR8C.dll; \
fi
RUN wget -O /compilers/gc_wii/mwcc_42_127/mwcceppc.exe "https://cdn.discordapp.com/attachments/804212941054279722/954854566304833567/mwcceppc_PATCHED.exe"
RUN chmod +x /compilers/gc_wii/mwcc_42_127/mwcceppc.exe
RUN chown -R root:root /compilers/gc_wii/mwcc_42_127/
+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_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_140
RUN cp -r Wii/1.0RC1/* /compilers/gc_wii/mwcc_42_140
RUN chmod +x /compilers/gc_wii/mwcc_42_140/mwcceppc.exe
RUN touch /compilers/gc_wii/mwcc_42_140/license.dat
RUN if [[ -f /compilers/gc_wii/mwcc_42_140/lmgr326b.dll ]]; then \
mv /compilers/gc_wii/mwcc_42_140/lmgr326b.dll /compilers/gc_wii/mwcc_42_140/LMGR326B.dll; \
fi
RUN if [[ -f /compilers/gc_wii/mwcc_42_140/lmgr8c.dll ]]; then \
mv /compilers/gc_wii/mwcc_42_140/lmgr8c.dll /compilers/gc_wii/mwcc_42_140/LMGR8C.dll; \
fi
RUN chown -R root:root /compilers/gc_wii/mwcc_42_140/
FROM scratch as release
COPY --from=base /compilers /compilers

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