Skip to content

Commit 62b8e15

Browse files
authored
Bump maspsx (#41)
* Bump maspsx * doh
1 parent 582fdf3 commit 62b8e15

File tree

23 files changed

+65
-88
lines changed

23 files changed

+65
-88
lines changed

platforms/ps1/gcc2.5.7-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel
88
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"
99
RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.5.7-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.5.7-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.5.7-psx/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-psx
88
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"
99
RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.5.7-psx/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.5.7-psx/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.0-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel
88
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"
99
RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.0-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.0-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.0-psx/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-psx
88
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"
99
RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.0-psx/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.0-psx/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.3-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel
88
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"
99
RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.3-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.3-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.3-psx/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-psx
88
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"
99
RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.6.3-psx/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.6.3-psx/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.0-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel
88
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"
99
RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.0-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.0-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.1-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel
88
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"
99
RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.1-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.1-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.2-mipsel/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel
88
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"
99
RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2-mipsel/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2-mipsel/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.2-psx/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
88
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"
99
RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx
1010

11-
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
12-
13-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/b0f897d1267bd78530a1501320ca989e7bc2483e.zip
1412
RUN unzip maspsx.zip
15-
RUN cp -r maspsx-${MASPSX_HASH} /compilers/ps1/gcc2.7.2-psx/maspsx
13+
RUN cp -r maspsx-b0f897d1267bd78530a1501320ca989e7bc2483e /compilers/ps1/gcc2.7.2-psx/maspsx
1614

1715
RUN echo '#!/bin/bash' >> as
1816
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

0 commit comments

Comments
 (0)