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
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2-cdk/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.7.2-cdk

RUN wget -O gcc-2.7.2-cdk.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.14/gcc-2.7.2-cdk.tar.gz"
RUN wget -O gcc-2.7.2-cdk.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.15/gcc-2.7.2-cdk.tar.gz"
RUN tar xvzf gcc-2.7.2-cdk.tar.gz -C /compilers/ps1/gcc2.7.2-cdk

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/3f4dd438f25de92745ec9fec991263639ce92821.zip
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ compilers:
- id: gcc2.7.2-cdk
platform: ps1
template: ps1/maspsx
file: https://github.com/decompals/old-gcc/releases/download/0.14/gcc-2.7.2-cdk.tar.gz
file: https://github.com/decompals/old-gcc/releases/download/0.15/gcc-2.7.2-cdk.tar.gz
maspsx_hash: *maspsx_hash
- id: gcc2.7.2-mipsel
platform: ps1
Expand Down
Loading