Skip to content

Commit 33e6c39

Browse files
committed
Update maspsx
1 parent 58cb93c commit 33e6c39

File tree

22 files changed

+66
-66
lines changed

22 files changed

+66
-66
lines changed

platforms/ps1/gcc2.5.7-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.5.7-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.5.7-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.5.7-psx/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.5.7-psx
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.5.7-psx/
2222
RUN chmod +x /compilers/ps1/gcc2.5.7-psx/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.6.0-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.0-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.6.0-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.6.0-psx/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.6.0-psx
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.0-psx/
2222
RUN chmod +x /compilers/ps1/gcc2.6.0-psx/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.6.3-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.3-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.6.3-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.6.3-psx/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.6.3-psx
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.3-psx/
2222
RUN chmod +x /compilers/ps1/gcc2.6.3-psx/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.7.0-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.0-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.7.0-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.7.1-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.1-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.7.1-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.7.2-mipsel/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.2-mipsel/
2222
RUN chmod +x /compilers/ps1/gcc2.7.2-mipsel/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

platforms/ps1/gcc2.7.2-psx/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NOTE: This file is generated automatically via template.py. Do not edit manually!
22

33

4-
FROM alpine:3.18 as base
4+
FROM alpine:3.18 AS base
55

66
RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
77

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=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+
ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212

1313
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414
RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.2-psx/
2222
RUN chmod +x /compilers/ps1/gcc2.7.2-psx/*
2323

2424

25-
FROM scratch as release
25+
FROM scratch AS release
2626

2727
COPY --from=base /compilers /compilers

0 commit comments

Comments
 (0)