Skip to content

Commit

Permalink
Add psyq gcc 2.3.3 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jul 21, 2024
1 parent 7d4b646 commit 0d9e3ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions platforms/ps1/psyq_263_221/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/ps1/psyq_263_221

RUN wget -O psyq_263_221.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psyq_263_221.tar.gz"
RUN tar xvzf psyq_263_221.tar.gz -C /compilers/ps1/psyq_263_221

RUN chown -R root:root /compilers/ps1/psyq_263_221/
RUN chmod +x /compilers/ps1/psyq_263_221/*


FROM scratch as release

COPY --from=base /compilers /compilers
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ compilers:
file: https://github.com/devwizard64/gcc4.4.0-mips64-elf/releases/download/latest/gcc4.4.0-mips64-elf.tar.gz

# PS1
- id: psyq_263_221
platform: ps1
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/psyq_263_221.tar.gz

- id: psyq3.3
platform: ps1
template: ps1/psyq
Expand Down

0 comments on commit 0d9e3ef

Please sign in to comment.