From 589ef72c7fda942b6f16c65420c0a55f613c3f0d Mon Sep 17 00:00:00 2001 From: Mark Street Date: Wed, 11 Sep 2024 13:37:40 +0100 Subject: [PATCH] Update -psx compilers to latest --- platforms/ps1/gcc2.5.7-psx/Dockerfile | 2 +- platforms/ps1/gcc2.6.0-psx/Dockerfile | 2 +- platforms/ps1/gcc2.6.3-psx/Dockerfile | 2 +- platforms/ps1/gcc2.7.2-psx/Dockerfile | 2 +- platforms/ps1/gcc2.8.0-psx/Dockerfile | 2 +- platforms/ps1/gcc2.8.1-psx/Dockerfile | 2 +- platforms/ps1/gcc2.91.66-psx/Dockerfile | 2 +- platforms/ps1/gcc2.95.2-psx/Dockerfile | 2 +- values.yaml | 16 ++++++++-------- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/platforms/ps1/gcc2.5.7-psx/Dockerfile b/platforms/ps1/gcc2.5.7-psx/Dockerfile index 1a36e7a..55d6a47 100644 --- a/platforms/ps1/gcc2.5.7-psx/Dockerfile +++ b/platforms/ps1/gcc2.5.7-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.5.7-psx -RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.8/gcc-2.5.7-psx.tar.gz" +RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz" RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.6.0-psx/Dockerfile b/platforms/ps1/gcc2.6.0-psx/Dockerfile index b1cbbaa..072d85b 100644 --- a/platforms/ps1/gcc2.6.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.0-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.6.0-psx -RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.6.0-psx.tar.gz" +RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz" RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.6.3-psx/Dockerfile b/platforms/ps1/gcc2.6.3-psx/Dockerfile index 2b6ca07..3955843 100644 --- a/platforms/ps1/gcc2.6.3-psx/Dockerfile +++ b/platforms/ps1/gcc2.6.3-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.6.3-psx -RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3-psx.tar.gz" +RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz" RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.7.2-psx/Dockerfile b/platforms/ps1/gcc2.7.2-psx/Dockerfile index 9abaf80..de3a388 100644 --- a/platforms/ps1/gcc2.7.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.7.2-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.7.2-psx -RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.7.2-psx.tar.gz" +RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.7.2-psx.tar.gz" RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.8.0-psx/Dockerfile b/platforms/ps1/gcc2.8.0-psx/Dockerfile index cbb899e..b191803 100644 --- a/platforms/ps1/gcc2.8.0-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.0-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.8.0-psx -RUN wget -O gcc-2.8.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.8.0-psx.tar.gz" +RUN wget -O gcc-2.8.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.0-psx.tar.gz" RUN tar xvzf gcc-2.8.0-psx.tar.gz -C /compilers/ps1/gcc2.8.0-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.8.1-psx/Dockerfile b/platforms/ps1/gcc2.8.1-psx/Dockerfile index 51db934..65c3006 100644 --- a/platforms/ps1/gcc2.8.1-psx/Dockerfile +++ b/platforms/ps1/gcc2.8.1-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.8.1-psx -RUN wget -O gcc-2.8.1-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.9/gcc-2.8.1-psx.tar.gz" +RUN wget -O gcc-2.8.1-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.1-psx.tar.gz" RUN tar xvzf gcc-2.8.1-psx.tar.gz -C /compilers/ps1/gcc2.8.1-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.91.66-psx/Dockerfile b/platforms/ps1/gcc2.91.66-psx/Dockerfile index d1eaa86..3a50e42 100644 --- a/platforms/ps1/gcc2.91.66-psx/Dockerfile +++ b/platforms/ps1/gcc2.91.66-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.91.66-psx -RUN wget -O gcc-2.91.66-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.91.66-psx.tar.gz" +RUN wget -O gcc-2.91.66-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.91.66-psx.tar.gz" RUN tar xvzf gcc-2.91.66-psx.tar.gz -C /compilers/ps1/gcc2.91.66-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/platforms/ps1/gcc2.95.2-psx/Dockerfile b/platforms/ps1/gcc2.95.2-psx/Dockerfile index c1ba92d..5f50178 100644 --- a/platforms/ps1/gcc2.95.2-psx/Dockerfile +++ b/platforms/ps1/gcc2.95.2-psx/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 as base RUN mkdir -p /compilers/ps1/gcc2.95.2-psx -RUN wget -O gcc-2.95.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.95.2-psx.tar.gz" +RUN wget -O gcc-2.95.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz" RUN tar xvzf gcc-2.95.2-psx.tar.gz -C /compilers/ps1/gcc2.95.2-psx ARG MASPSX_HASH=7b7652969f43a461d385e78392cc7cd40e29b0a2 diff --git a/values.yaml b/values.yaml index 909908f..20100ac 100644 --- a/values.yaml +++ b/values.yaml @@ -156,7 +156,7 @@ compilers: - id: gcc2.5.7-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.8/gcc-2.5.7-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz - id: gcc2.6.0-mipsel platform: ps1 template: ps1/maspsx @@ -164,7 +164,7 @@ compilers: - id: gcc2.6.0-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.6.0-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz - id: gcc2.6.3-mipsel platform: ps1 template: ps1/maspsx @@ -172,7 +172,7 @@ compilers: - id: gcc2.6.3-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz - id: gcc2.7.0-mipsel platform: ps1 template: ps1/maspsx @@ -188,7 +188,7 @@ compilers: - id: gcc2.7.2-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.7.2-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.7.2-psx.tar.gz - id: gcc2.7.2.1-mipsel platform: ps1 template: ps1/maspsx @@ -208,7 +208,7 @@ compilers: - id: gcc2.8.0-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.8.0-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.0-psx.tar.gz - id: gcc2.8.1-mipsel platform: ps1 template: ps1/maspsx @@ -216,7 +216,7 @@ compilers: - id: gcc2.8.1-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.9/gcc-2.8.1-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.1-psx.tar.gz - id: gcc2.91.66-mipsel platform: ps1 template: ps1/maspsx @@ -224,7 +224,7 @@ compilers: - id: gcc2.91.66-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.91.66-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.91.66-psx.tar.gz - id: gcc2.95.2-mipsel platform: ps1 template: ps1/maspsx @@ -232,7 +232,7 @@ compilers: - id: gcc2.95.2-psx platform: ps1 template: ps1/maspsx - file: https://github.com/decompals/old-gcc/releases/download/0.10/gcc-2.95.2-psx.tar.gz + file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz # PS2 - id: ee-gcc2.9-990721