Add psp compilers

This commit is contained in:
Mark Street
2024-02-10 09:52:48 +00:00
committed by Mark Street
parent df8c82c267
commit 8b53feb07b
5 changed files with 87 additions and 0 deletions
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!
FROM alpine:3.18 as base
RUN mkdir -p /compilers/psp/mwccpsp_3.0.1_121
RUN wget -O mwccpsp_3.0.1_121.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_121.tar.gz"
RUN tar xvzf mwccpsp_3.0.1_121.tar.gz -C /compilers/psp/mwccpsp_3.0.1_121
RUN chown -R root:root /compilers/psp/mwccpsp_3.0.1_121/
RUN chmod +x /compilers/psp/mwccpsp_3.0.1_121/*
FROM scratch as release
COPY --from=base /compilers /compilers
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!
FROM alpine:3.18 as base
RUN mkdir -p /compilers/psp/mwccpsp_3.0.1_147
RUN wget -O mwccpsp_3.0.1_147.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_147.tar.gz"
RUN tar xvzf mwccpsp_3.0.1_147.tar.gz -C /compilers/psp/mwccpsp_3.0.1_147
RUN chown -R root:root /compilers/psp/mwccpsp_3.0.1_147/
RUN chmod +x /compilers/psp/mwccpsp_3.0.1_147/*
FROM scratch as release
COPY --from=base /compilers /compilers
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!
FROM alpine:3.18 as base
RUN mkdir -p /compilers/psp/mwccpsp_3.0.1_151
RUN wget -O mwccpsp_3.0.1_151.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_151.tar.gz"
RUN tar xvzf mwccpsp_3.0.1_151.tar.gz -C /compilers/psp/mwccpsp_3.0.1_151
RUN chown -R root:root /compilers/psp/mwccpsp_3.0.1_151/
RUN chmod +x /compilers/psp/mwccpsp_3.0.1_151/*
FROM scratch as release
COPY --from=base /compilers /compilers
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!
FROM alpine:3.18 as base
RUN mkdir -p /compilers/psp/pspsnc_1.2.7503.0
RUN wget -O pspsnc_1.2.7503.0.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/pspsnc_1.2.7503.0.tar.gz"
RUN tar xvzf pspsnc_1.2.7503.0.tar.gz -C /compilers/psp/pspsnc_1.2.7503.0
RUN chown -R root:root /compilers/psp/pspsnc_1.2.7503.0/
RUN chmod +x /compilers/psp/pspsnc_1.2.7503.0/*
FROM scratch as release
COPY --from=base /compilers /compilers
+19
View File
@@ -272,6 +272,25 @@ compilers:
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
# PSP
- id: mwccpsp_3.0.1_121
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_121.tar.gz
- id: mwccpsp_3.0.1_147
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_147.tar.gz
- id: mwccpsp_3.0.1_151
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_151.tar.gz
- id: pspsnc_1.2.7503.0
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/pspsnc_1.2.7503.0.tar.gz
# MAXOSX
- id: gcc-5370
platform: macosx