diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index 49ff80f..065258a 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 ea2ee29..584e8dd 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 a5c523e..01390e8 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 846f704..b7c5363 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 46147b0..7fc5901 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 bd6be07..dc2f5a4 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 0582fe5..dbeb859 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 0cfa079..f61af62 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 36aeb1d..de1f893 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.14/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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2-cdk/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 7ddc77b..e5e0cda 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 ecb333c..801c669 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 48f68b5..aac8aaf 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 897e7bc..2bf3294 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 a1e3beb..ffd0d13 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 926fabe..1bf1501 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 d70821a..a3113b2 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 74a9910..0fe4345 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 cc99999..091ca3d 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 65dfd50..5a43127 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 38c2c15..c5ca980 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 85420a2..0b2183d 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 b5e89d3..f5f4edb 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/cae9594f3e8fa76e2255c4624da4584364a37c27.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip RUN unzip maspsx.zip -RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-3f4dd438f25de92745ec9fec991263639ce92821 /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 9060b85..654caf0 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 cae9594f3e8fa76e2255c4624da4584364a37c27 + maspsx_hash: &maspsx_hash 3f4dd438f25de92745ec9fec991263639ce92821 - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx