Skip to content

Commit

Permalink
Update ps1 gcc-2.5.7-psx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Nov 23, 2023
1 parent 89b04e3 commit c43136b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.5.7-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/ps1/gcc2.5.7-psx

RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7-psx.tar.gz"
RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.8/gcc-2.5.7-psx.tar.gz"
RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx

ARG MASPSX_HASH=8b565689d5c02357b8b5d79dcd6f2290a7b7be92
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ compilers:
- id: gcc2.5.7-psx
platform: ps1
template: ps1/maspsx
file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7-psx.tar.gz
file: https://github.com/decompals/old-gcc/releases/download/0.8/gcc-2.5.7-psx.tar.gz
- id: gcc2.6.0-mipsel
platform: ps1
template: ps1/maspsx
Expand Down

0 comments on commit c43136b

Please sign in to comment.