File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platforms/ps1/gcc2.7.2-psx Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM alpine:3.18 as base
55
66RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
77
8- RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12 /gcc-2.7.2-psx.tar.gz"
8+ RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.13 /gcc-2.7.2-psx.tar.gz"
99RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx
1010
1111ARG MASPSX_HASH=9ae9e96383d81a51982e1be51a8c281faf500ed4
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ compilers:
188188 - id : gcc2.7.2-psx
189189 platform : ps1
190190 template : ps1/maspsx
191- file : https://github.com/decompals/old-gcc/releases/download/0.12 /gcc-2.7.2-psx.tar.gz
191+ file : https://github.com/decompals/old-gcc/releases/download/0.13 /gcc-2.7.2-psx.tar.gz
192192 - id : gcc2.7.2.1-mipsel
193193 platform : ps1
194194 template : ps1/maspsx
You can’t perform that action at this time.
0 commit comments