This commit is contained in:
Alexander Hill
2025-11-23 09:46:25 -05:00
parent d096584753
commit edaecac8bf
4 changed files with 36 additions and 14 deletions

View File

@@ -3,10 +3,11 @@ This document tracks which packages can be built and packaged within the chroot.
| Package | Can Build? | Can Package? |
| ------------ | ---------- | ------------ |
| `busybox` | No | No |
| `libarchive` | Yes | No |
| `libarchive` | Yes | Yes |
| `libressl` | Yes | No |
| `linux` | No | No |
| `llvm` | No | No |
| `make` | Yes | No |
| `make` | Yes | Yes |
| `mold` | No | No |
| `musl` | Yes | No |
| `musl` | Yes | Yes |
| `xz` | Yes | Yes |