From 2fc8262861bd9d8635fbf87bf883af1794d572f0 Mon Sep 17 00:00:00 2001 From: John Liljegren Date: Tue, 18 Aug 2026 10:14:47 -0400 Subject: [PATCH 1/2] Add ido7.1_irix4_c++ --- platforms/n64/ido7.1/linux/Dockerfile | 1 + values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/platforms/n64/ido7.1/linux/Dockerfile b/platforms/n64/ido7.1/linux/Dockerfile index cef4107..b3127e0 100644 --- a/platforms/n64/ido7.1/linux/Dockerfile +++ b/platforms/n64/ido7.1/linux/Dockerfile @@ -8,6 +8,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/OCC-irix4 "https://gist.githubusercontent.com/jtl3d/6048d3165ca1c54456edb7ffd6e1a5b9/raw/737cbea0d39762c891a25215ac59270aa65dc78e/OCC-irix4" 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 f02e58d..65524e6 100644 --- a/values.yaml +++ b/values.yaml @@ -118,6 +118,7 @@ compilers: 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/6048d3165ca1c54456edb7ffd6e1a5b9/raw/737cbea0d39762c891a25215ac59270aa65dc78e/OCC-irix4 - id: ido7.1 platform: n64 template: common/default From befce4aa801e5ec31ab0b22b744cd24e8459df9d Mon Sep 17 00:00:00 2001 From: John Liljegren Date: Tue, 18 Aug 2026 18:04:25 -0400 Subject: [PATCH 2/2] use one script --- platforms/n64/ido7.1/linux/Dockerfile | 3 +-- values.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/platforms/n64/ido7.1/linux/Dockerfile b/platforms/n64/ido7.1/linux/Dockerfile index b3127e0..5552eef 100644 --- a/platforms/n64/ido7.1/linux/Dockerfile +++ b/platforms/n64/ido7.1/linux/Dockerfile @@ -7,8 +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/OCC-irix4 "https://gist.githubusercontent.com/jtl3d/6048d3165ca1c54456edb7ffd6e1a5b9/raw/737cbea0d39762c891a25215ac59270aa65dc78e/OCC-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/* diff --git a/values.yaml b/values.yaml index 65524e6..2949267 100644 --- a/values.yaml +++ b/values.yaml @@ -117,8 +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/6048d3165ca1c54456edb7ffd6e1a5b9/raw/737cbea0d39762c891a25215ac59270aa65dc78e/OCC-irix4 + - https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/6e8927f342e8298f529f92b5068d3032b5d8d93b/cc-irix4 - id: ido7.1 platform: n64 template: common/default