mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
49 lines
980 B
TOML
49 lines
980 B
TOML
# The Redox build server configuration
|
|
|
|
# General settings
|
|
[general]
|
|
# Do not prompt if settings are not defined
|
|
prompt = false
|
|
|
|
# Package settings
|
|
[packages]
|
|
base = {}
|
|
base-initfs = {}
|
|
bootloader = {}
|
|
ca-certificates = {}
|
|
#contain = {} # redox_syscall 0.4 not working on riscv64gc?
|
|
coreutils = {}
|
|
dash = {}
|
|
diffutils = {}
|
|
drivers = {}
|
|
#extrautils = {} # xz fails to build
|
|
findutils = {}
|
|
hicolor-icon-theme = {}
|
|
installer = {}
|
|
#installer-gui = {} # redox_syscall 0.4 not working on riscv64gc?
|
|
ion = {}
|
|
kernel = {}
|
|
libgcc = {}
|
|
libstdcxx = {}
|
|
#nano = {} # error compiling ncurses
|
|
netdb = {}
|
|
#netsurf = {} # error compiling nghttp2
|
|
netutils = {}
|
|
orbdata = {}
|
|
orbital = {}
|
|
orbterm = {}
|
|
orbutils = {}
|
|
orbutils-background = {}
|
|
orbutils-launcher = {}
|
|
orbutils-orblogin = {}
|
|
pkgutils = {}
|
|
redoxfs = {}
|
|
relibc = {}
|
|
#resist = {} # Uses redox_syscall 0.2 which does not compile on riscv64gc
|
|
smith = {}
|
|
userutils = {}
|
|
uutils = {}
|
|
#vim = {} # error compiling ncurses
|
|
|
|
#TODO: Add more packages
|