blob: 468648a040057e17ed07c7d5e37a62641c39a561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This document tracks which packages can be built and packaged within the chroot.
| Package | Can Build? | Can Package? |
| ------------ | ---------- | ------------ |
| `busybox` | No | No |
| `bzip2` | Yes | Yes |
| `cmake` | Yes | No |
| `libarchive` | Yes | Yes |
| `libressl` | Yes | Yes |
| `linux` | No | No |
| `llvm` | No | No |
| `make` | Yes | Yes |
| `mold` | No | No |
| `musl` | Yes | Yes |
| `xz` | Yes | Yes |
| `zlib` | Yes | Yes |
|