File tree Expand file tree Collapse file tree 4 files changed +12
-30
lines changed
Expand file tree Collapse file tree 4 files changed +12
-30
lines changed Original file line number Diff line number Diff line change 33
44FROM 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-
136RUN 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
1711RUN chown -R root:root /compilers/ps2/ee-gcc2.95.2-273a/
1812RUN chmod +x /compilers/ps2/ee-gcc2.95.2-273a/*
Original file line number Diff line number Diff line change 33
44FROM 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-
136RUN 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
1711RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-114/
1812RUN chmod +x /compilers/ps2/ee-gcc2.95.3-114/*
Original file line number Diff line number Diff line change 33
44FROM 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-
136RUN 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
1711RUN chown -R root:root /compilers/ps2/ee-gcc2.95.3-136/
1812RUN chmod +x /compilers/ps2/ee-gcc2.95.3-136/*
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments