Skip to content

Commit

Permalink
Correct mwcps2 compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Mar 18, 2024
1 parent 627e84c commit 055e948
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 78 deletions.
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0-011126/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/ps2/mwcps2-3.0-011126

RUN wget -O mwcps2-3.0-011126.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0-011126.tar.gz"
RUN tar xvzf mwcps2-3.0-011126.tar.gz -C /compilers/ps2/mwcps2-3.0-011126

RUN chown -R root:root /compilers/ps2/mwcps2-3.0-011126/
RUN chmod +x /compilers/ps2/mwcps2-3.0-011126/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.1-020123/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/ps2/mwcps2-3.0.1-020123

RUN wget -O mwcps2-3.0.1-020123.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1-020123.tar.gz"
RUN tar xvzf mwcps2-3.0.1-020123.tar.gz -C /compilers/ps2/mwcps2-3.0.1-020123

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1-020123/
RUN chmod +x /compilers/ps2/mwcps2-3.0.1-020123/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.3-020716/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/ps2/mwcps2-3.0.3-020716

RUN wget -O mwcps2-3.0.3-020716.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.3-020716.tar.gz"
RUN tar xvzf mwcps2-3.0.3-020716.tar.gz -C /compilers/ps2/mwcps2-3.0.3-020716

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.3-020716/
RUN chmod +x /compilers/ps2/mwcps2-3.0.3-020716/*


FROM scratch as release

COPY --from=base /compilers /compilers
23 changes: 0 additions & 23 deletions platforms/ps2/mwcps2-3.0b22-011126/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions platforms/ps2/mwcps2-3.0b22-020123/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions platforms/ps2/mwcps2-3.0b22-020716/Dockerfile

This file was deleted.

18 changes: 9 additions & 9 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,18 @@ compilers:
platform: ps2
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
- id: mwcps2-3.0b22-011126
- id: mwcps2-3.0-011126
platform: ps2
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
- id: mwcps2-3.0b22-020123
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0-011126.tar.gz
- id: mwcps2-3.0.1-020123
platform: ps2
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
- id: mwcps2-3.0b22-020716
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1-020123.tar.gz
- id: mwcps2-3.0.3-020716
platform: ps2
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.3-020716.tar.gz
- id: mwcps2-3.0b22-020926
platform: ps2
template: common/xz
Expand Down

0 comments on commit 055e948

Please sign in to comment.