Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions platforms/ps2/ee-gcc2.95.2-273a/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@

FROM alpine:3.18 as base

# download xz first to allow for Docker caching

WORKDIR /root

RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
RUN tar xvJf ps2_compilers.tar.xz

RUN mkdir -p /compilers/ps2/ee-gcc2.95.2-273a

RUN cp -r ee-gcc2.95.2-273a/* /compilers/ps2/ee-gcc2.95.2-273a
RUN wget -O ee-gcc2.95.2-273a.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.2-273a.tar.gz"
RUN tar xvzf ee-gcc2.95.2-273a.tar.gz -C /compilers/ps2/ee-gcc2.95.2-273a

RUN chown -R root:root /compilers/ps2/ee-gcc2.95.2-273a/
RUN chmod +x /compilers/ps2/ee-gcc2.95.2-273a/*
Expand Down
10 changes: 2 additions & 8 deletions platforms/ps2/ee-gcc2.95.3-114/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@

FROM alpine:3.18 as base

# download xz first to allow for Docker caching

WORKDIR /root

RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
RUN tar xvJf ps2_compilers.tar.xz

RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-114

RUN cp -r ee-gcc2.95.3-114/* /compilers/ps2/ee-gcc2.95.3-114
RUN wget -O ee-gcc2.95.3-114.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-114.tar.gz"
RUN tar xvzf ee-gcc2.95.3-114.tar.gz -C /compilers/ps2/ee-gcc2.95.3-114

RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-114/
RUN chmod +x /compilers/ps2/ee-gcc2.95.3-114/*
Expand Down
10 changes: 2 additions & 8 deletions platforms/ps2/ee-gcc2.95.3-136/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@

FROM alpine:3.18 as base

# download xz first to allow for Docker caching

WORKDIR /root

RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
RUN tar xvJf ps2_compilers.tar.xz

RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-136

RUN cp -r ee-gcc2.95.3-136/* /compilers/ps2/ee-gcc2.95.3-136
RUN wget -O ee-gcc2.95.3-136.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-136.tar.gz"
RUN tar xvzf ee-gcc2.95.3-136.tar.gz -C /compilers/ps2/ee-gcc2.95.3-136

RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-136/
RUN chmod +x /compilers/ps2/ee-gcc2.95.3-136/*
Expand Down
12 changes: 6 additions & 6 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ compilers:

- id: ee-gcc2.95.2-273a
platform: ps2
template: common/xz
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.2-273a.tar.gz
- id: ee-gcc2.95.2-274
platform: ps2
template: common/xz
Expand All @@ -355,12 +355,12 @@ compilers:
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
- id: ee-gcc2.95.3-114
platform: ps2
template: common/xz
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-114.tar.gz
- id: ee-gcc2.95.3-136
platform: ps2
template: common/xz
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-136.tar.gz
- id: mwcps2-2.3-991202
platform: ps2
template: common/xz
Expand Down