diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index 065258a..d9b3b2d 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 584e8dd..f0a20b0 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 01390e8..4f04a9d 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 b7c5363..0e247d1 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 7fc5901..ea93b2e 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 dc2f5a4..ea5bffe 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 dbeb859..69305aa 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 f61af62..b8b04a6 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 b1a8d41..6fa2249 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2-cdk/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 e5e0cda..ce1eda3 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 801c669..7c9444d 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 aac8aaf..a79a32a 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 2bf3294..d04f616 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 ffd0d13..6ea7baf 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 1bf1501..c9c9965 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 a3113b2..ea48a02 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 0fe4345..e5f9315 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 091ca3d..0f96d2f 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 5a43127..30823e0 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 c5ca980..f8f533e 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 0b2183d..b20b6b1 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 f5f4edb..5cfe680 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/3f4dd438f25de92745ec9fec991263639ce92821.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip RUN unzip maspsx.zip -RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /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 7c98295..8b9946c 100644 --- a/values.yaml +++ b/values.yaml @@ -189,7 +189,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 3f4dd438f25de92745ec9fec991263639ce92821 + maspsx_hash: &maspsx_hash 874855c53f65f8fa57447e1da6bde6236dbef9d5 - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx