From 021c1f2cb5dc845507b58b4999af3d20d981f442 Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Sat, 24 Jan 2026 13:37:56 -0500 Subject: [PATCH] Reverted LLVM's status due to build issues --- STATUS.md | 2 +- rootbuild.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/STATUS.md b/STATUS.md index ad648db..293000b 100644 --- a/STATUS.md +++ b/STATUS.md @@ -47,7 +47,7 @@ Definitions: | `limine` | Yes | Yes | | `linux` | Yes | Yes | | `liquid` | Yes | Yes | -| `llvm` | Yes | No | +| `llvm` | No | No | | `m4` | Yes | Yes | | `make` | Yes | Yes | | `mawk` | Yes | Yes | diff --git a/rootbuild.sh b/rootbuild.sh index dbbee95..ddc9b79 100755 --- a/rootbuild.sh +++ b/rootbuild.sh @@ -64,10 +64,12 @@ echo "Done!" # NOTE: git requires curl, expat, and gettext to build. ~ahill # NOTE: Python requires bzip2, expat, LibreSSL, ncurses, xz, and zlib to build. ~ahill # NOTE: LLVM requires CMake and Python to build. ~ahill +# NOTE: Ruby requires autoconf, libffi, and libyaml to build. ~ahill +# NOTE: Liquid requires Ruby to build. ~ahill cd /maple LAYER0="bc byacc bzip2 coreutils diffutils expat findutils grep gzip initramfs-tools libressl m4 make mawk muon musl ncurses patch perl pkgconf sed tar xz zlib zsh" LAYER1="autoconf automake curl flex gettext groff libarchive libcap2 libelf libtool nano openrc python" -LAYER2="cmake dash fortune-mod git kmod llvm nasm" +LAYER2="cmake dash fortune-mod git kmod nasm" LAYER3="limine linux" PACKAGES="$LAYER0 $LAYER1 $LAYER2 $LAYER3" for pkg in $PACKAGES; do