Skip to content

Commit 90a0d58

Browse files
authored
Update ido static recomp to v1.2 (#27)
1 parent dc422bc commit 90a0d58

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

platforms/n64/ido5.3/darwin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM alpine:3.18 as base
55

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

8-
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"
9-
RUN tar xvzf ido-5.3-recomp-macos-latest.tar.gz -C /compilers/n64/ido5.3
8+
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"
9+
RUN tar xvzf ido-5.3-recomp-macos.tar.gz -C /compilers/n64/ido5.3
1010

1111
RUN chown -R root:root /compilers/n64/ido5.3/
1212
RUN chmod +x /compilers/n64/ido5.3/*

platforms/n64/ido5.3/linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM alpine:3.18 as base
55

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

8-
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"
9-
RUN tar xvzf ido-5.3-recomp-ubuntu-20.04.tar.gz -C /compilers/n64/ido5.3
8+
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"
9+
RUN tar xvzf ido-5.3-recomp-linux.tar.gz -C /compilers/n64/ido5.3
1010

1111
RUN chown -R root:root /compilers/n64/ido5.3/
1212
RUN chmod +x /compilers/n64/ido5.3/*

platforms/n64/ido7.1/darwin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM alpine:3.18 as base
55

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

8-
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"
9-
RUN tar xvzf ido-7.1-recomp-macos-latest.tar.gz -C /compilers/n64/ido7.1
8+
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"
9+
RUN tar xvzf ido-7.1-recomp-macos.tar.gz -C /compilers/n64/ido7.1
1010

1111
RUN chown -R root:root /compilers/n64/ido7.1/
1212
RUN chmod +x /compilers/n64/ido7.1/*

platforms/n64/ido7.1/linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM alpine:3.18 as base
55

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

8-
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"
9-
RUN tar xvzf ido-7.1-recomp-ubuntu-20.04.tar.gz -C /compilers/n64/ido7.1
8+
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"
9+
RUN tar xvzf ido-7.1-recomp-linux.tar.gz -C /compilers/n64/ido7.1
1010

1111
RUN chown -R root:root /compilers/n64/ido7.1/
1212
RUN chmod +x /compilers/n64/ido7.1/*

values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ compilers:
6363
platform: n64
6464
template: common/default
6565
arch: linux
66-
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-ubuntu-20.04.tar.gz
66+
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-linux.tar.gz
6767
- id: ido5.3
6868
platform: n64
6969
template: common/default
7070
arch: darwin
71-
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-5.3-recomp-macos-latest.tar.gz
71+
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-5.3-recomp-macos.tar.gz
7272

7373
- id: ido5.3_c++
7474
platform: n64
@@ -84,12 +84,12 @@ compilers:
8484
platform: n64
8585
template: common/default
8686
arch: linux
87-
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-ubuntu-20.04.tar.gz
87+
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz
8888
- id: ido7.1
8989
platform: n64
9090
template: common/default
9191
arch: darwin
92-
file: https://github.com/ethteck/ido-static-recomp/releases/download/v0.6/ido-7.1-recomp-macos-latest.tar.gz
92+
file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-macos.tar.gz
9393

9494
- id: mips_pro_744
9595
platform: n64

0 commit comments

Comments
 (0)