From faf73bf52c0117e7b4b5a820f41cbfa92b8d418f Mon Sep 17 00:00:00 2001 From: aloaf Date: Fri, 6 Feb 2026 21:01:42 -0600 Subject: [PATCH] ndk r8e gcc 4.4.3 --- .../android_x86/ndk-r8e-gcc-4.4.3/Dockerfile | 17 +++++++++++++++++ values.yaml | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile diff --git a/platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile b/platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile new file mode 100644 index 0000000..3860118 --- /dev/null +++ b/platforms/android_x86/ndk-r8e-gcc-4.4.3/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/android_x86/ndk-r8e-gcc-4.4.3 + +RUN wget -O android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2 "https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2" +RUN tar xvjf android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2 -C /compilers/android_x86/ndk-r8e-gcc-4.4.3 + +RUN chown -R root:root /compilers/android_x86/ndk-r8e-gcc-4.4.3/ +RUN chmod +x /compilers/android_x86/ndk-r8e-gcc-4.4.3/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index ec79448..d112001 100644 --- a/values.yaml +++ b/values.yaml @@ -1127,3 +1127,7 @@ compilers: platform: android_x86 template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64.tar.bz2 + - id: ndk-r8e-gcc-4.4.3 + platform: android_x86 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2