From 8a15556024d19f8ac7ea2ac5ed46af4df620db6d Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:21:20 -0500 Subject: [PATCH] ammend PS2 compilers --- platforms/ps2/ee-gcc2.95.2-273a/Dockerfile | 10 ++-------- platforms/ps2/ee-gcc2.95.3-114/Dockerfile | 10 ++-------- platforms/ps2/ee-gcc2.95.3-136/Dockerfile | 10 ++-------- values.yaml | 12 ++++++------ 4 files changed, 12 insertions(+), 30 deletions(-) diff --git a/platforms/ps2/ee-gcc2.95.2-273a/Dockerfile b/platforms/ps2/ee-gcc2.95.2-273a/Dockerfile index 34bb618..81c5a05 100644 --- a/platforms/ps2/ee-gcc2.95.2-273a/Dockerfile +++ b/platforms/ps2/ee-gcc2.95.2-273a/Dockerfile @@ -3,16 +3,10 @@ FROM alpine:3.18 as base -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - RUN mkdir -p /compilers/ps2/ee-gcc2.95.2-273a -RUN cp -r ee-gcc2.95.2-273a/* /compilers/ps2/ee-gcc2.95.2-273a +RUN wget -O ee-gcc2.95.2-273a.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.2-273a.tar.gz" +RUN tar xvzf ee-gcc2.95.2-273a.tar.gz -C /compilers/ps2/ee-gcc2.95.2-273a RUN chown -R root:root /compilers/ps2/ee-gcc2.95.2-273a/ RUN chmod +x /compilers/ps2/ee-gcc2.95.2-273a/* diff --git a/platforms/ps2/ee-gcc2.95.3-114/Dockerfile b/platforms/ps2/ee-gcc2.95.3-114/Dockerfile index bb65907..3ddf35d 100644 --- a/platforms/ps2/ee-gcc2.95.3-114/Dockerfile +++ b/platforms/ps2/ee-gcc2.95.3-114/Dockerfile @@ -3,16 +3,10 @@ FROM alpine:3.18 as base -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-114 -RUN cp -r ee-gcc2.95.3-114/* /compilers/ps2/ee-gcc2.95.3-114 +RUN wget -O ee-gcc2.95.3-114.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-114.tar.gz" +RUN tar xvzf ee-gcc2.95.3-114.tar.gz -C /compilers/ps2/ee-gcc2.95.3-114 RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-114/ RUN chmod +x /compilers/ps2/ee-gcc2.95.3-114/* diff --git a/platforms/ps2/ee-gcc2.95.3-136/Dockerfile b/platforms/ps2/ee-gcc2.95.3-136/Dockerfile index 7a1c09a..ab3783b 100644 --- a/platforms/ps2/ee-gcc2.95.3-136/Dockerfile +++ b/platforms/ps2/ee-gcc2.95.3-136/Dockerfile @@ -3,16 +3,10 @@ FROM alpine:3.18 as base -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-136 -RUN cp -r ee-gcc2.95.3-136/* /compilers/ps2/ee-gcc2.95.3-136 +RUN wget -O ee-gcc2.95.3-136.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-136.tar.gz" +RUN tar xvzf ee-gcc2.95.3-136.tar.gz -C /compilers/ps2/ee-gcc2.95.3-136 RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-136/ RUN chmod +x /compilers/ps2/ee-gcc2.95.3-136/* diff --git a/values.yaml b/values.yaml index 910424e..d7f6942 100644 --- a/values.yaml +++ b/values.yaml @@ -343,8 +343,8 @@ compilers: - id: ee-gcc2.95.2-273a platform: ps2 - template: common/xz - file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.2-273a.tar.gz - id: ee-gcc2.95.2-274 platform: ps2 template: common/xz @@ -355,12 +355,12 @@ compilers: file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz - id: ee-gcc2.95.3-114 platform: ps2 - template: common/xz - file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-114.tar.gz - id: ee-gcc2.95.3-136 platform: ps2 - template: common/xz - file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-136.tar.gz - id: mwcps2-2.3-991202 platform: ps2 template: common/xz