diff --git a/platforms/ps1/gcc2.5.7-mipsel/Dockerfile b/platforms/ps1/gcc2.5.7-mipsel/Dockerfile index d9b3b2d..8f4b5c0 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.5.7-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 f0a20b0..f5f5222 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.5.7-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 4f04a9d..7b0c0d1 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.6.0-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 0e247d1..37a8441 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.6.0-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 ea93b2e..96216e4 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.6.3-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 ea5bffe..c350652 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.6.3-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 69305aa..1cd18c5 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.0-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 b8b04a6..18a4bbf 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.1-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 6fa2249..5cec6cb 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2-cdk/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 ce1eda3..9f6985d 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 7c9444d..825bf51 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 a79a32a..7b6991e 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2.1-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 d04f616..5b281bb 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2.2-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 6ea7baf..239ac35 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.7.2.3-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 c9c9965..dbf229b 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.8.0-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 ea48a02..7d64b55 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.8.0-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 e5f9315..ef17648 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.8.1-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 0f96d2f..5ec8113 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.8.1-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 30823e0..3565d1d 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.91.66-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 f8f533e..939de6b 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.91.66-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 b20b6b1..1f71c8c 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.95.2-mipsel/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 5cfe680..f322a5a 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/874855c53f65f8fa57447e1da6bde6236dbef9d5.zip +RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/025620f1e61248ad4a775c2929ec86f754973597.zip RUN unzip maspsx.zip -RUN cp -r maspsx-874855c53f65f8fa57447e1da6bde6236dbef9d5 /compilers/ps1/gcc2.95.2-psx/maspsx +RUN cp -r maspsx-025620f1e61248ad4a775c2929ec86f754973597 /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 a609362..f855b97 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 874855c53f65f8fa57447e1da6bde6236dbef9d5 + maspsx_hash: &maspsx_hash 025620f1e61248ad4a775c2929ec86f754973597 - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx