From 56defd5d49e9f7d03608c3009b2a05d496708b44 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 18:38:18 +1200 Subject: [PATCH] 'Generic Commit' --- Dockerfile.cppbuilder | 17 ----------------- cppbuilder/cppbuilder_install.sh | 11 ----------- 2 files changed, 28 deletions(-) delete mode 100644 Dockerfile.cppbuilder delete mode 100644 cppbuilder/cppbuilder_install.sh diff --git a/Dockerfile.cppbuilder b/Dockerfile.cppbuilder deleted file mode 100644 index ef5013d..0000000 --- a/Dockerfile.cppbuilder +++ /dev/null @@ -1,17 +0,0 @@ -FROM debian:latest - -RUN apt-get update && apt-get install -y \ - build-essential \ - cmake \ - git \ - nlohmann-json3-dev wget curl cmake ninja-build mold build-essential nodejs npm jq \ - && rm -rf /var/lib/apt/lists/* - -RUN curl -fsSL https://get.docker.com | sh - -WORKDIR /app - -COPY cppbuilder . - -RUN ls && chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh - diff --git a/cppbuilder/cppbuilder_install.sh b/cppbuilder/cppbuilder_install.sh deleted file mode 100644 index fa2530d..0000000 --- a/cppbuilder/cppbuilder_install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -euo pipefail - -#SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - - -git clone https://gitea.jde.nz/public/dropshell-tools - -/bin/bash dropshell-tools/dropshell-build/install_dropshell_build_host.sh -