From 2e6f805bc9643a2992cdfe301b283108f65b0bbe Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Mon, 23 Dec 2024 15:47:43 -0800 Subject: [PATCH] Fix current build state --- config/desktop.toml | 2 +- cookbook | 2 +- podman/redox-base-containerfile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/desktop.toml b/config/desktop.toml index 0759a23..3ce976f 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -22,7 +22,7 @@ orbdata = {} orbital = {} orbutils = {} pop-icon-theme = {} -rustpython = {} +# rustpython = {} #TODO ensure RustPython builds with our toolchain shared-mime-info = {} [[files]] diff --git a/cookbook b/cookbook index 4eff119..12d7973 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 4eff119dd598d19ab1db1518759d3694b8edd98e +Subproject commit 12d797304ff60a6dd50d719f360e2b961219cdf8 diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index e8c3c97..276244c 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -42,7 +42,6 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ libpng-dev \ libsdl1.2-dev \ libsdl2-ttf-dev \ - libtool \ llvm \ lua5.4 \ lzip \