From a976b64934e63b1f66632ae96cad564591a4fcdd Mon Sep 17 00:00:00 2001 From: Zac Date: Fri, 5 Jul 2024 17:33:43 -0400 Subject: [PATCH] Add PS2 compiler ee-gcc2.9-991111b/r4 (#15) * Add ee-gcc2.9-991111b/r4 for ps2 * Remove slash from compiler id * Update ee-gcc2.9-991111b/r4 file link * Update file link for ee-gcc2.9-991111b/r4 * Update dockerfile for ee-gcc2.9-991111b/r4 --- platforms/ps2/ee-gcc2.9-991111b-r4/Dockerfile | 17 +++++++++++++++++ values.yaml | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 platforms/ps2/ee-gcc2.9-991111b-r4/Dockerfile diff --git a/platforms/ps2/ee-gcc2.9-991111b-r4/Dockerfile b/platforms/ps2/ee-gcc2.9-991111b-r4/Dockerfile new file mode 100644 index 0000000..568cd1d --- /dev/null +++ b/platforms/ps2/ee-gcc2.9-991111b-r4/Dockerfile @@ -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/ps2/ee-gcc2.9-991111b-r4 + +RUN wget -O ee-gcc2.9-991111.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111.tar.gz" +RUN tar xvzf ee-gcc2.9-991111.tar.gz -C /compilers/ps2/ee-gcc2.9-991111b-r4 + +RUN chown -R root:root /compilers/ps2/ee-gcc2.9-991111b-r4/ +RUN chmod +x /compilers/ps2/ee-gcc2.9-991111b-r4/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index dd226a4..d3945a5 100644 --- a/values.yaml +++ b/values.yaml @@ -218,6 +218,10 @@ compilers: platform: ps2 template: common/default file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445479797395506/ee-gcc2.9-991111a.tar.xz + - id: ee-gcc2.9-991111b-r4 + platform: ps2 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111.tar.gz - id: ee-gcc2.9-991111-01 platform: ps2 template: common/default