Skip to content

Commit 30b9926

Browse files
authored
ammend PS2 compilers (#49)
1 parent 762643c commit 30b9926

File tree

4 files changed

+12
-30
lines changed

4 files changed

+12
-30
lines changed

platforms/ps2/ee-gcc2.95.2-273a/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33

44
FROM alpine:3.18 as base
55

6-
# download xz first to allow for Docker caching
7-
8-
WORKDIR /root
9-
10-
RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
11-
RUN tar xvJf ps2_compilers.tar.xz
12-
136
RUN mkdir -p /compilers/ps2/ee-gcc2.95.2-273a
147

15-
RUN cp -r ee-gcc2.95.2-273a/* /compilers/ps2/ee-gcc2.95.2-273a
8+
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"
9+
RUN tar xvzf ee-gcc2.95.2-273a.tar.gz -C /compilers/ps2/ee-gcc2.95.2-273a
1610

1711
RUN chown -R root:root /compilers/ps2/ee-gcc2.95.2-273a/
1812
RUN chmod +x /compilers/ps2/ee-gcc2.95.2-273a/*

platforms/ps2/ee-gcc2.95.3-114/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33

44
FROM alpine:3.18 as base
55

6-
# download xz first to allow for Docker caching
7-
8-
WORKDIR /root
9-
10-
RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
11-
RUN tar xvJf ps2_compilers.tar.xz
12-
136
RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-114
147

15-
RUN cp -r ee-gcc2.95.3-114/* /compilers/ps2/ee-gcc2.95.3-114
8+
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"
9+
RUN tar xvzf ee-gcc2.95.3-114.tar.gz -C /compilers/ps2/ee-gcc2.95.3-114
1610

1711
RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-114/
1812
RUN chmod +x /compilers/ps2/ee-gcc2.95.3-114/*

platforms/ps2/ee-gcc2.95.3-136/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33

44
FROM alpine:3.18 as base
55

6-
# download xz first to allow for Docker caching
7-
8-
WORKDIR /root
9-
10-
RUN wget -O ps2_compilers.tar.xz "https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz"
11-
RUN tar xvJf ps2_compilers.tar.xz
12-
136
RUN mkdir -p /compilers/ps2/ee-gcc2.95.3-136
147

15-
RUN cp -r ee-gcc2.95.3-136/* /compilers/ps2/ee-gcc2.95.3-136
8+
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"
9+
RUN tar xvzf ee-gcc2.95.3-136.tar.gz -C /compilers/ps2/ee-gcc2.95.3-136
1610

1711
RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-136/
1812
RUN chmod +x /compilers/ps2/ee-gcc2.95.3-136/*

values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ compilers:
343343

344344
- id: ee-gcc2.95.2-273a
345345
platform: ps2
346-
template: common/xz
347-
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
346+
template: common/default
347+
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.2-273a.tar.gz
348348
- id: ee-gcc2.95.2-274
349349
platform: ps2
350350
template: common/xz
@@ -355,12 +355,12 @@ compilers:
355355
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
356356
- id: ee-gcc2.95.3-114
357357
platform: ps2
358-
template: common/xz
359-
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
358+
template: common/default
359+
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-114.tar.gz
360360
- id: ee-gcc2.95.3-136
361361
platform: ps2
362-
template: common/xz
363-
file: https://github.com/decompme/compilers/releases/download/compilers/ps2_compilers.tar.xz
362+
template: common/default
363+
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.95.3-136.tar.gz
364364
- id: mwcps2-2.3-991202
365365
platform: ps2
366366
template: common/xz

0 commit comments

Comments
 (0)