diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index 542abbd..f14020e 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 fd7fba6..590455c 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 230f85b..c7ce303 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 6414f4b..5b3962f 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 57cc27d..6a271e9 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 b599943..c8cf937 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 ef25510..b91a1e2 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 e77595e..cf89ed2 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 c2f8083..f67dc23 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2-cdk/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 f851c63..d77217e 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 1fabceb..5179e3c 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 6669b2c..8acd2ea 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 62cb960..86f8157 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 d62c0b3..2931789 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 f3fb69f..a20160a 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 baa3eb9..cba4a11 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 cbc915a..a9d209b 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 7d2849c..2634b11 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 151f408..212ae70 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 0361b14..2f2a21f 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 7d5a9e0..415aad9 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 4f4b9c4..6dde2aa 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/86ccd7d8c89682c0562d1425bbb15a09f42eb522.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/e83793f3bb3394efc94243422388f623a61a9259.zip RUN unzip maspsx.zip -RUN cp -r maspsx-86ccd7d8c89682c0562d1425bbb15a09f42eb522 /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-e83793f3bb3394efc94243422388f623a61a9259 /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 7be18d7..099b7f4 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 86ccd7d8c89682c0562d1425bbb15a09f42eb522 + maspsx_hash: &maspsx_hash e83793f3bb3394efc94243422388f623a61a9259 - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx