From c838b7cc514e3b9dd32359f9e6a13a087518c423 Mon Sep 17 00:00:00 2001 From: Mark Street Date: Wed, 26 Aug 2026 21:46:39 +0100 Subject: [PATCH] Bump maspsx --- platforms/ps1/gcc2.5.7-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.5.7-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.6.0-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.6.0-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.6.3-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.6.3-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.0-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.1-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2-cdk/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.8.0-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.8.0-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.8.1-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.8.1-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.91.66-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.91.66-psx/Dockerfile | 4 ++-- platforms/ps1/gcc2.95.2-mipsel/Dockerfile | 4 ++-- platforms/ps1/gcc2.95.2-psx/Dockerfile | 4 ++-- values.yaml | 2 +- 23 files changed, 45 insertions(+), 45 deletions(-) diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index 8f4b5c0..49cb507 100644 --- a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel RUN wget -O gcc-2.5.7.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7.tar.gz" RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.5.7-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.5.7-psx/Dockerfile b/platforms/ps1/gcc2.5.7-psx/Dockerfile index f5f5222..40bb9d4 100644 --- a/platforms/ps1/gcc2.5.7-psx/Dockerfile +++ b/platforms/ps1/gcc2.5.7-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-psx RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz" RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.5.7-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.6.0-mipsel/Dockerfile b/platforms/ps1/gcc2.6.0-mipsel/Dockerfile index 7b0c0d1..f1c3114 100644 --- a/platforms/ps1/gcc2.6.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.0-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel RUN wget -O gcc-2.6.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.0.tar.gz" RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.6.0-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.6.0-psx/Dockerfile b/platforms/ps1/gcc2.6.0-psx/Dockerfile index 37a8441..35d1870 100644 --- a/platforms/ps1/gcc2.6.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.0-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-psx RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz" RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.6.0-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.6.3-mipsel/Dockerfile b/platforms/ps1/gcc2.6.3-mipsel/Dockerfile index 96216e4..39391e8 100644 --- a/platforms/ps1/gcc2.6.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.3-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel RUN wget -O gcc-2.6.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3.tar.gz" RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.6.3-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.6.3-psx/Dockerfile b/platforms/ps1/gcc2.6.3-psx/Dockerfile index c350652..d701a42 100644 --- a/platforms/ps1/gcc2.6.3-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.3-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-psx RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz" RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.6.3-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.0-mipsel/Dockerfile b/platforms/ps1/gcc2.7.0-mipsel/Dockerfile index 1cd18c5..947f0b2 100644 --- a/platforms/ps1/gcc2.7.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.0-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel RUN wget -O gcc-2.7.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.0.tar.gz" RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.0-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.1-mipsel/Dockerfile b/platforms/ps1/gcc2.7.1-mipsel/Dockerfile index 18a4bbf..f1aeb02 100644 --- a/platforms/ps1/gcc2.7.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.1-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel RUN wget -O gcc-2.7.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.1.tar.gz" RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.1-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2-cdk/Dockerfile b/platforms/ps1/gcc2.7.2-cdk/Dockerfile index 5cec6cb..7009ae7 100644 --- a/platforms/ps1/gcc2.7.2-cdk/Dockerfile +++ b/platforms/ps1/gcc2.7.2-cdk/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-cdk RUN wget -O gcc-2.7.2-cdk.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.15/gcc-2.7.2-cdk.tar.gz" RUN tar xvzf gcc-2.7.2-cdk.tar.gz -C /compilers/ps1/gcc2.7.2-cdk -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2-cdk/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2-cdk/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile index 9f6985d..67cac3b 100644 --- a/platforms/ps1/gcc2.7.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel RUN wget -O gcc-2.7.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.tar.gz" RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2-psx/Dockerfile b/platforms/ps1/gcc2.7.2-psx/Dockerfile index 825bf51..74fada1 100644 --- a/platforms/ps1/gcc2.7.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.7.2-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-psx RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz" RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile index 7b6991e..09b9c91 100644 --- a/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.1-mipsel RUN wget -O gcc-2.7.2.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.1.tar.gz" RUN tar xvzf gcc-2.7.2.1.tar.gz -C /compilers/ps1/gcc2.7.2.1-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile index 5b281bb..e514a63 100644 --- a/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.2-mipsel RUN wget -O gcc-2.7.2.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.2.tar.gz" RUN tar xvzf gcc-2.7.2.2.tar.gz -C /compilers/ps1/gcc2.7.2.2-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile index 239ac35..056860e 100644 --- a/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.3-mipsel RUN wget -O gcc-2.7.2.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.3.tar.gz" RUN tar xvzf gcc-2.7.2.3.tar.gz -C /compilers/ps1/gcc2.7.2.3-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.8.0-mipsel/Dockerfile b/platforms/ps1/gcc2.8.0-mipsel/Dockerfile index dbf229b..d9cc569 100644 --- a/platforms/ps1/gcc2.8.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.0-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.8.0-mipsel RUN wget -O gcc-2.8.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.0.tar.gz" RUN tar xvzf gcc-2.8.0.tar.gz -C /compilers/ps1/gcc2.8.0-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.8.0-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.8.0-psx/Dockerfile b/platforms/ps1/gcc2.8.0-psx/Dockerfile index 7d64b55..79cddc6 100644 --- a/platforms/ps1/gcc2.8.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.0-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.8.0-psx RUN wget -O gcc-2.8.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.0-psx.tar.gz" RUN tar xvzf gcc-2.8.0-psx.tar.gz -C /compilers/ps1/gcc2.8.0-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.8.0-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.8.1-mipsel/Dockerfile b/platforms/ps1/gcc2.8.1-mipsel/Dockerfile index ef17648..29ff781 100644 --- a/platforms/ps1/gcc2.8.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.1-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.8.1-mipsel RUN wget -O gcc-2.8.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.1.tar.gz" RUN tar xvzf gcc-2.8.1.tar.gz -C /compilers/ps1/gcc2.8.1-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.8.1-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.8.1-psx/Dockerfile b/platforms/ps1/gcc2.8.1-psx/Dockerfile index 5ec8113..59ee132 100644 --- a/platforms/ps1/gcc2.8.1-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.1-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.8.1-psx RUN wget -O gcc-2.8.1-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.1-psx.tar.gz" RUN tar xvzf gcc-2.8.1-psx.tar.gz -C /compilers/ps1/gcc2.8.1-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.8.1-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.91.66-mipsel/Dockerfile b/platforms/ps1/gcc2.91.66-mipsel/Dockerfile index 3565d1d..eba7e5d 100644 --- a/platforms/ps1/gcc2.91.66-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.91.66-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.91.66-mipsel RUN wget -O gcc-2.91.66.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.91.66.tar.gz" RUN tar xvzf gcc-2.91.66.tar.gz -C /compilers/ps1/gcc2.91.66-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.91.66-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.91.66-psx/Dockerfile b/platforms/ps1/gcc2.91.66-psx/Dockerfile index 939de6b..4d9d40a 100644 --- a/platforms/ps1/gcc2.91.66-psx/Dockerfile +++ b/platforms/ps1/gcc2.91.66-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.91.66-psx RUN wget -O gcc-2.91.66-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.91.66-psx.tar.gz" RUN tar xvzf gcc-2.91.66-psx.tar.gz -C /compilers/ps1/gcc2.91.66-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.91.66-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.95.2-mipsel/Dockerfile b/platforms/ps1/gcc2.95.2-mipsel/Dockerfile index 1f71c8c..833223a 100644 --- a/platforms/ps1/gcc2.95.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.95.2-mipsel/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.95.2-mipsel RUN wget -O gcc-2.95.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.95.2.tar.gz" RUN tar xvzf gcc-2.95.2.tar.gz -C /compilers/ps1/gcc2.95.2-mipsel -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.95.2-mipsel/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/platforms/ps1/gcc2.95.2-psx/Dockerfile b/platforms/ps1/gcc2.95.2-psx/Dockerfile index f322a5a..7de34da 100644 --- a/platforms/ps1/gcc2.95.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.95.2-psx/Dockerfile @@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.95.2-psx RUN wget -O gcc-2.95.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz" RUN tar xvzf gcc-2.95.2-psx.tar.gz -C /compilers/ps1/gcc2.95.2-psx -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e3d591646c6471a382e2671a63462b68d09ab306.zip RUN unzip maspsx.zip -RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-e3d591646c6471a382e2671a63462b68d09ab306 /compilers/ps1/gcc2.95.2-psx/maspsx RUN echo '#!/bin/bash' >> as RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as diff --git a/values.yaml b/values.yaml index f855b97..c3f8481 100644 --- a/values.yaml +++ b/values.yaml @@ -201,7 +201,7 @@ compilers: platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7.tar.gz - maspsx_hash: &maspsx_hash 025620f1e61248ad4a775c2929ec86f754973597 + maspsx_hash: &maspsx_hash e3d591646c6471a382e2671a63462b68d09ab306 - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx