Skip to content

Commit

Permalink
Add 2 more mwccpsp compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Apr 9, 2024
1 parent c9c2113 commit d87e362
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
17 changes: 17 additions & 0 deletions platforms/psp/mwccpsp_3.0.1_134/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/psp/mwccpsp_3.0.1_134

RUN wget -O mwccpsp_3.0.1_134.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_134.tar.gz"
RUN tar xvzf mwccpsp_3.0.1_134.tar.gz -C /compilers/psp/mwccpsp_3.0.1_134

RUN chown -R root:root /compilers/psp/mwccpsp_3.0.1_134/
RUN chmod +x /compilers/psp/mwccpsp_3.0.1_134/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/psp/mwccpsp_3.0.1_139/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/psp/mwccpsp_3.0.1_139

RUN wget -O mwccpsp_3.0.1_139.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_139.tar.gz"
RUN tar xvzf mwccpsp_3.0.1_139.tar.gz -C /compilers/psp/mwccpsp_3.0.1_139

RUN chown -R root:root /compilers/psp/mwccpsp_3.0.1_139/
RUN chmod +x /compilers/psp/mwccpsp_3.0.1_139/*


FROM scratch as release

COPY --from=base /compilers /compilers
8 changes: 8 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ compilers:
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_121.tar.gz
- id: mwccpsp_3.0.1_134
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_134.tar.gz
- id: mwccpsp_3.0.1_139
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwccpsp_3.0.1_139.tar.gz
- id: mwccpsp_3.0.1_147
platform: psp
template: common/default
Expand Down

0 comments on commit d87e362

Please sign in to comment.