From 90a0d5897d000984c60e09ae49f9d3ad80846e70 Mon Sep 17 00:00:00 2001 From: Mark Street <22226349+mkst@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:08:10 +0000 Subject: [PATCH] Update ido static recomp to v1.2 (#27) --- platforms/n64/ido5.3/darwin/Dockerfile | 4 ++-- platforms/n64/ido5.3/linux/Dockerfile | 4 ++-- platforms/n64/ido7.1/darwin/Dockerfile | 4 ++-- platforms/n64/ido7.1/linux/Dockerfile | 4 ++-- values.yaml | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/platforms/n64/ido5.3/darwin/Dockerfile b/platforms/n64/ido5.3/darwin/Dockerfile index c2da6d5..ad87dc2 100644 --- a/platforms/n64/ido5.3/darwin/Dockerfile +++ b/platforms/n64/ido5.3/darwin/Dockerfile @@ -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/* diff --git a/platforms/n64/ido5.3/linux/Dockerfile b/platforms/n64/ido5.3/linux/Dockerfile index e5041f9..4e7c974 100644 --- a/platforms/n64/ido5.3/linux/Dockerfile +++ b/platforms/n64/ido5.3/linux/Dockerfile @@ -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/* diff --git a/platforms/n64/ido7.1/darwin/Dockerfile b/platforms/n64/ido7.1/darwin/Dockerfile index ec4bb74..fc05f34 100644 --- a/platforms/n64/ido7.1/darwin/Dockerfile +++ b/platforms/n64/ido7.1/darwin/Dockerfile @@ -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/* diff --git a/platforms/n64/ido7.1/linux/Dockerfile b/platforms/n64/ido7.1/linux/Dockerfile index 9a10cf5..1c2c027 100644 --- a/platforms/n64/ido7.1/linux/Dockerfile +++ b/platforms/n64/ido7.1/linux/Dockerfile @@ -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/* diff --git a/values.yaml b/values.yaml index f56d1b7..25ad96c 100644 --- a/values.yaml +++ b/values.yaml @@ -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 @@ -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