From 63a48bbc3f011584d9de9ce7439d96475ee194eb Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 22 Jun 2026 01:26:32 -0400 Subject: [PATCH 1/3] Add wcc10.0a --- platforms/msdos/wcc10.0a/Dockerfile | 17 +++++++++++++++++ values.yaml | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 platforms/msdos/wcc10.0a/Dockerfile diff --git a/platforms/msdos/wcc10.0a/Dockerfile b/platforms/msdos/wcc10.0a/Dockerfile new file mode 100644 index 0000000..c34f6fc --- /dev/null +++ b/platforms/msdos/wcc10.0a/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 AS base + +RUN mkdir -p /compilers/msdos/wcc10.0a + +RUN wget -O wcc10.0a.tar.gz "https://github.com/anpage/decompme_compilers/releases/download/wcc10.0a/wcc10.0a.tar.gz" +RUN tar xvzf wcc10.0a.tar.gz -C /compilers/msdos/wcc10.0a + +RUN chown -R root:root /compilers/msdos/wcc10.0a/ +RUN chmod +x /compilers/msdos/wcc10.0a/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index e7fb394..3953fdd 100644 --- a/values.yaml +++ b/values.yaml @@ -986,6 +986,10 @@ compilers: package_dir: ProDG/3.9.3 # DOS + - id: wcc10.0a + platform: msdos + template: common/default + file: https://github.com/anpage/decompme_compilers/releases/download/wcc10.0a/wcc10.0a.tar.gz - id: wcc10.5 platform: msdos template: common/default From 02d2aba899c6ab356f3a73f551a20f5bd76b61e2 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 22 Jun 2026 19:13:34 +0000 Subject: [PATCH 2/3] Update values.yaml Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com> --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 3953fdd..783b13c 100644 --- a/values.yaml +++ b/values.yaml @@ -989,7 +989,7 @@ compilers: - id: wcc10.0a platform: msdos template: common/default - file: https://github.com/anpage/decompme_compilers/releases/download/wcc10.0a/wcc10.0a.tar.gz + file: https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz - id: wcc10.5 platform: msdos template: common/default From ac28a761dafbe1380a64775db21cded6affbfc24 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 22 Jun 2026 15:27:52 -0400 Subject: [PATCH 3/3] Regenerate wcc10.0a Dockerfile --- platforms/msdos/wcc10.0a/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/msdos/wcc10.0a/Dockerfile b/platforms/msdos/wcc10.0a/Dockerfile index c34f6fc..91dbed3 100644 --- a/platforms/msdos/wcc10.0a/Dockerfile +++ b/platforms/msdos/wcc10.0a/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18 AS base RUN mkdir -p /compilers/msdos/wcc10.0a -RUN wget -O wcc10.0a.tar.gz "https://github.com/anpage/decompme_compilers/releases/download/wcc10.0a/wcc10.0a.tar.gz" +RUN wget -O wcc10.0a.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz" RUN tar xvzf wcc10.0a.tar.gz -C /compilers/msdos/wcc10.0a RUN chown -R root:root /compilers/msdos/wcc10.0a/