From b34ebe57b80c874acd5e6be24bff8c157560682b Mon Sep 17 00:00:00 2001 From: Mark Street Date: Sun, 31 Aug 2025 22:14:43 +0100 Subject: [PATCH 1/2] 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-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 ++-- templates/ps1/maspsx.j2 | 6 ++---- values.yaml | 21 +++++++++++++++++++++ 23 files changed, 65 insertions(+), 46 deletions(-) diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index 4a1084e..b904d5b 100644 --- a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 3a48559..3d323ab 100644 --- a/platforms/ps1/gcc2.5.7-psx/Dockerfile +++ b/platforms/ps1/gcc2.5.7-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 bfda1e6..8b6db6d 100644 --- a/platforms/ps1/gcc2.6.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.0-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 624f654..75cd990 100644 --- a/platforms/ps1/gcc2.6.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.0-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 95f679d..1b4600d 100644 --- a/platforms/ps1/gcc2.6.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.3-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 213e032..069196d 100644 --- a/platforms/ps1/gcc2.6.3-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.3-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 646d849..b77cacf 100644 --- a/platforms/ps1/gcc2.7.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.0-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 56431b3..b100a72 100644 --- a/platforms/ps1/gcc2.7.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.1-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile index a2e68fb..ce76f3a 100644 --- a/platforms/ps1/gcc2.7.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 5c8b4a1..8e1be0c 100644 --- a/platforms/ps1/gcc2.7.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.7.2-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 8d49667..1d03cb9 100644 --- a/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.2.1.tar.gz -C /compilers/ps1/gcc2.7.2.1-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 c93c49f..ccd746e 100644 --- a/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.2.2.tar.gz -C /compilers/ps1/gcc2.7.2.2-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 fe69d4a..8bc6c8f 100644 --- a/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.7.2.3.tar.gz -C /compilers/ps1/gcc2.7.2.3-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 f39a125..d852e46 100644 --- a/platforms/ps1/gcc2.8.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.0-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.8.0.tar.gz -C /compilers/ps1/gcc2.8.0-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 c956803..3a1f244 100644 --- a/platforms/ps1/gcc2.8.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.0-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.8.0-psx.tar.gz -C /compilers/ps1/gcc2.8.0-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 b31cf33..694809c 100644 --- a/platforms/ps1/gcc2.8.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.1-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.8.1.tar.gz -C /compilers/ps1/gcc2.8.1-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 6dfacc7..62be766 100644 --- a/platforms/ps1/gcc2.8.1-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.1-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.8.1-psx.tar.gz -C /compilers/ps1/gcc2.8.1-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 64788e6..99e7899 100644 --- a/platforms/ps1/gcc2.91.66-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.91.66-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.91.66.tar.gz -C /compilers/ps1/gcc2.91.66-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 8dac05e..cff264c 100644 --- a/platforms/ps1/gcc2.91.66-psx/Dockerfile +++ b/platforms/ps1/gcc2.91.66-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.91.66-psx.tar.gz -C /compilers/ps1/gcc2.91.66-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 06b1228..ceb6c31 100644 --- a/platforms/ps1/gcc2.95.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.95.2-mipsel/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.95.2.tar.gz -C /compilers/ps1/gcc2.95.2-mipsel ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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 7aa945c..436e07c 100644 --- a/platforms/ps1/gcc2.95.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.95.2-psx/Dockerfile @@ -10,9 +10,9 @@ RUN tar xvzf gcc-2.95.2-psx.tar.gz -C /compilers/ps1/gcc2.95.2-psx ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /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/templates/ps1/maspsx.j2 b/templates/ps1/maspsx.j2 index 287966c..a9be36e 100644 --- a/templates/ps1/maspsx.j2 +++ b/templates/ps1/maspsx.j2 @@ -7,11 +7,9 @@ RUN mkdir -p /compilers/{{ platform }}/{{ id }} RUN wget -O {{ filename }} "{{ file }}" RUN tar xvzf {{ filename }} -C /compilers/{{ platform }}/{{ id }} -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - -RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/{{ maspsx_hash }}.zip RUN unzip maspsx.zip -RUN cp -r maspsx-${MASPSX_HASH} /compilers/{{ platform }}/{{ id }}/maspsx +RUN cp -r maspsx-{{ maspsx_hash }} /compilers/{{ platform }}/{{ id }}/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 af29f19..c093354 100644 --- a/values.yaml +++ b/values.yaml @@ -182,86 +182,107 @@ 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 b0f897d1267bd78530a1501320ca989e7bc2483e - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.6.0-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.0.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.6.0-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.6.3-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.6.3-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.0-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.0.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.1-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.1.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.2-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.2-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.2.1-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.1.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.2.2-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.2.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.7.2.3-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.3.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.8.0-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.0.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.8.0-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.0-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.8.1-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.1.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.8.1-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.1-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.91.66-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.91.66.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.91.66-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.91.66-psx.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.95.2-mipsel platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.95.2.tar.gz + maspsx_hash: *maspsx_hash - id: gcc2.95.2-psx platform: ps1 template: ps1/maspsx file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz + maspsx_hash: *maspsx_hash # PS2 - id: iop-gcc2.8.1 From 235d994abfef576d949f6a58cd8483385c5413ff Mon Sep 17 00:00:00 2001 From: Mark Street Date: Sun, 31 Aug 2025 22:18:36 +0100 Subject: [PATCH 2/2] doh --- platforms/ps1/gcc2.5.7-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.5.7-psx/Dockerfile | 2 -- platforms/ps1/gcc2.6.0-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.6.0-psx/Dockerfile | 2 -- platforms/ps1/gcc2.6.3-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.6.3-psx/Dockerfile | 2 -- platforms/ps1/gcc2.7.0-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.7.1-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.7.2-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.7.2-psx/Dockerfile | 2 -- platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.8.0-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.8.0-psx/Dockerfile | 2 -- platforms/ps1/gcc2.8.1-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.8.1-psx/Dockerfile | 2 -- platforms/ps1/gcc2.91.66-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.91.66-psx/Dockerfile | 2 -- platforms/ps1/gcc2.95.2-mipsel/Dockerfile | 2 -- platforms/ps1/gcc2.95.2-psx/Dockerfile | 2 -- 21 files changed, 42 deletions(-) diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index b904d5b..26e4fe8 100644 --- a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.5.7-mipsel/maspsx diff --git a/platforms/ps1/gcc2.5.7-psx/Dockerfile b/platforms/ps1/gcc2.5.7-psx/Dockerfile index 3d323ab..f8362b5 100644 --- a/platforms/ps1/gcc2.5.7-psx/Dockerfile +++ b/platforms/ps1/gcc2.5.7-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.5.7-psx/maspsx diff --git a/platforms/ps1/gcc2.6.0-mipsel/Dockerfile b/platforms/ps1/gcc2.6.0-mipsel/Dockerfile index 8b6db6d..cc941c9 100644 --- a/platforms/ps1/gcc2.6.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.0-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.0-mipsel/maspsx diff --git a/platforms/ps1/gcc2.6.0-psx/Dockerfile b/platforms/ps1/gcc2.6.0-psx/Dockerfile index 75cd990..b9a710b 100644 --- a/platforms/ps1/gcc2.6.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.0-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.0-psx/maspsx diff --git a/platforms/ps1/gcc2.6.3-mipsel/Dockerfile b/platforms/ps1/gcc2.6.3-mipsel/Dockerfile index 1b4600d..7f8a7b7 100644 --- a/platforms/ps1/gcc2.6.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.6.3-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.3-mipsel/maspsx diff --git a/platforms/ps1/gcc2.6.3-psx/Dockerfile b/platforms/ps1/gcc2.6.3-psx/Dockerfile index 069196d..71dc3de 100644 --- a/platforms/ps1/gcc2.6.3-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.3-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.3-psx/maspsx diff --git a/platforms/ps1/gcc2.7.0-mipsel/Dockerfile b/platforms/ps1/gcc2.7.0-mipsel/Dockerfile index b77cacf..6bcd2cd 100644 --- a/platforms/ps1/gcc2.7.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.0-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.0-mipsel/maspsx diff --git a/platforms/ps1/gcc2.7.1-mipsel/Dockerfile b/platforms/ps1/gcc2.7.1-mipsel/Dockerfile index b100a72..5250037 100644 --- a/platforms/ps1/gcc2.7.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.1-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.1-mipsel/maspsx diff --git a/platforms/ps1/gcc2.7.2-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile index ce76f3a..befa62e 100644 --- a/platforms/ps1/gcc2.7.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2-mipsel/maspsx diff --git a/platforms/ps1/gcc2.7.2-psx/Dockerfile b/platforms/ps1/gcc2.7.2-psx/Dockerfile index 8e1be0c..10d9782 100644 --- a/platforms/ps1/gcc2.7.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.7.2-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2-psx/maspsx diff --git a/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile index 1d03cb9..644f055 100644 --- a/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2.1-mipsel/maspsx diff --git a/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile index ccd746e..cc20b54 100644 --- a/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2.2-mipsel/maspsx diff --git a/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile b/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile index 8bc6c8f..9618e84 100644 --- a/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2.3-mipsel/maspsx diff --git a/platforms/ps1/gcc2.8.0-mipsel/Dockerfile b/platforms/ps1/gcc2.8.0-mipsel/Dockerfile index d852e46..6e6fe04 100644 --- a/platforms/ps1/gcc2.8.0-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.0-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.8.0-mipsel/maspsx diff --git a/platforms/ps1/gcc2.8.0-psx/Dockerfile b/platforms/ps1/gcc2.8.0-psx/Dockerfile index 3a1f244..6fa60f9 100644 --- a/platforms/ps1/gcc2.8.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.0-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.8.0-psx/maspsx diff --git a/platforms/ps1/gcc2.8.1-mipsel/Dockerfile b/platforms/ps1/gcc2.8.1-mipsel/Dockerfile index 694809c..a819c73 100644 --- a/platforms/ps1/gcc2.8.1-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.8.1-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.8.1-mipsel/maspsx diff --git a/platforms/ps1/gcc2.8.1-psx/Dockerfile b/platforms/ps1/gcc2.8.1-psx/Dockerfile index 62be766..5240ea6 100644 --- a/platforms/ps1/gcc2.8.1-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.1-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.8.1-psx/maspsx diff --git a/platforms/ps1/gcc2.91.66-mipsel/Dockerfile b/platforms/ps1/gcc2.91.66-mipsel/Dockerfile index 99e7899..735cd07 100644 --- a/platforms/ps1/gcc2.91.66-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.91.66-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.91.66-mipsel/maspsx diff --git a/platforms/ps1/gcc2.91.66-psx/Dockerfile b/platforms/ps1/gcc2.91.66-psx/Dockerfile index cff264c..4e41644 100644 --- a/platforms/ps1/gcc2.91.66-psx/Dockerfile +++ b/platforms/ps1/gcc2.91.66-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.91.66-psx/maspsx diff --git a/platforms/ps1/gcc2.95.2-mipsel/Dockerfile b/platforms/ps1/gcc2.95.2-mipsel/Dockerfile index ceb6c31..1730fc2 100644 --- a/platforms/ps1/gcc2.95.2-mipsel/Dockerfile +++ b/platforms/ps1/gcc2.95.2-mipsel/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.95.2-mipsel/maspsx diff --git a/platforms/ps1/gcc2.95.2-psx/Dockerfile b/platforms/ps1/gcc2.95.2-psx/Dockerfile index 436e07c..29ba557 100644 --- a/platforms/ps1/gcc2.95.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.95.2-psx/Dockerfile @@ -8,8 +8,6 @@ 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 -ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b - RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip RUN unzip maspsx.zip RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.95.2-psx/maspsx