Skip to content
Open
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/n64/ido7.1/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /compilers/n64/ido7.1

RUN wget -O ido-7.1-recomp-linux.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz"
RUN tar xvzf ido-7.1-recomp-linux.tar.gz -C /compilers/n64/ido7.1
RUN wget -O /compilers/n64/ido7.1/cc-irix4 "https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4"
RUN wget -O /compilers/n64/ido7.1/cc-irix4 "https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/6e8927f342e8298f529f92b5068d3032b5d8d93b/cc-irix4"

RUN chown -R root:root /compilers/n64/ido7.1/
RUN chmod +x /compilers/n64/ido7.1/*
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ compilers:
arch: linux
files:
- https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz
- https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4
- https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/6e8927f342e8298f529f92b5068d3032b5d8d93b/cc-irix4
- id: ido7.1
platform: n64
template: common/default
Expand Down