Skip to content

Commit

Permalink
Add PS2 compiler ee-gcc2.9-991111b/r4 (#15)
Browse files Browse the repository at this point in the history
* Add ee-gcc2.9-991111b/r4 for ps2

* Remove slash from compiler id

* Update ee-gcc2.9-991111b/r4 file link

* Update file link for ee-gcc2.9-991111b/r4

* Update dockerfile for ee-gcc2.9-991111b/r4
  • Loading branch information
TheOnlyZac committed Jul 5, 2024
1 parent c7d0eba commit a976b64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions platforms/ps2/ee-gcc2.9-991111b-r4/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/ee-gcc2.9-991111b-r4

RUN wget -O ee-gcc2.9-991111.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111.tar.gz"
RUN tar xvzf ee-gcc2.9-991111.tar.gz -C /compilers/ps2/ee-gcc2.9-991111b-r4

RUN chown -R root:root /compilers/ps2/ee-gcc2.9-991111b-r4/
RUN chmod +x /compilers/ps2/ee-gcc2.9-991111b-r4/*


FROM scratch as release

COPY --from=base /compilers /compilers
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ compilers:
platform: ps2
template: common/default
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445479797395506/ee-gcc2.9-991111a.tar.xz
- id: ee-gcc2.9-991111b-r4
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111.tar.gz
- id: ee-gcc2.9-991111-01
platform: ps2
template: common/default
Expand Down

0 comments on commit a976b64

Please sign in to comment.