Skip to content

Commit

Permalink
Update ido static recomp to v1.2 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst authored Jan 24, 2025
1 parent dc422bc commit 90a0d58
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions platforms/n64/ido5.3/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/ido5.3

RUN wget -O ido-5.3-recomp-macos-latest.tar.gz "https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-macos-latest.tar.gz"
RUN tar xvzf ido-5.3-recomp-macos-latest.tar.gz -C /compilers/n64/ido5.3
RUN wget -O ido-5.3-recomp-macos.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-macos.tar.gz"
RUN tar xvzf ido-5.3-recomp-macos.tar.gz -C /compilers/n64/ido5.3

RUN chown -R root:root /compilers/n64/ido5.3/
RUN chmod +x /compilers/n64/ido5.3/*
Expand Down
4 changes: 2 additions & 2 deletions platforms/n64/ido5.3/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/ido5.3

RUN wget -O ido-5.3-recomp-ubuntu-20.04.tar.gz "https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-ubuntu-20.04.tar.gz"
RUN tar xvzf ido-5.3-recomp-ubuntu-20.04.tar.gz -C /compilers/n64/ido5.3
RUN wget -O ido-5.3-recomp-linux.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-linux.tar.gz"
RUN tar xvzf ido-5.3-recomp-linux.tar.gz -C /compilers/n64/ido5.3

RUN chown -R root:root /compilers/n64/ido5.3/
RUN chmod +x /compilers/n64/ido5.3/*
Expand Down
4 changes: 2 additions & 2 deletions platforms/n64/ido7.1/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/ido7.1

RUN wget -O ido-7.1-recomp-macos-latest.tar.gz "https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-macos-latest.tar.gz"
RUN tar xvzf ido-7.1-recomp-macos-latest.tar.gz -C /compilers/n64/ido7.1
RUN wget -O ido-7.1-recomp-macos.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-macos.tar.gz"
RUN tar xvzf ido-7.1-recomp-macos.tar.gz -C /compilers/n64/ido7.1

RUN chown -R root:root /compilers/n64/ido7.1/
RUN chmod +x /compilers/n64/ido7.1/*
Expand Down
4 changes: 2 additions & 2 deletions platforms/n64/ido7.1/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/ido7.1

RUN wget -O ido-7.1-recomp-ubuntu-20.04.tar.gz "https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-ubuntu-20.04.tar.gz"
RUN tar xvzf ido-7.1-recomp-ubuntu-20.04.tar.gz -C /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 chown -R root:root /compilers/n64/ido7.1/
RUN chmod +x /compilers/n64/ido7.1/*
Expand Down
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ compilers:
platform: n64
template: common/default
arch: linux
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-ubuntu-20.04.tar.gz
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-linux.tar.gz
- id: ido5.3
platform: n64
template: common/default
arch: darwin
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-macos-latest.tar.gz
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-macos.tar.gz

- id: ido5.3_c++
platform: n64
Expand All @@ -84,12 +84,12 @@ compilers:
platform: n64
template: common/default
arch: linux
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-ubuntu-20.04.tar.gz
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz
- id: ido7.1
platform: n64
template: common/default
arch: darwin
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-macos-latest.tar.gz
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-macos.tar.gz

- id: mips_pro_744
platform: n64
Expand Down

0 comments on commit 90a0d58

Please sign in to comment.