Add more packages to aarch64

This commit is contained in:
Wildan Mubarok 2025-06-29 13:43:25 +00:00
parent b380ff2ad3
commit ea8998d3a2
3 changed files with 52 additions and 5 deletions

View File

@ -13,33 +13,59 @@ bootloader = {}
ca-certificates = {}
contain = {}
coreutils = {}
curl = {}
dash = {}
diffutils = {}
drivers = {}
expat = {}
extrautils = {}
findutils = {}
freetype2 = {}
# gdbserver = {} # wrong libc type
# gnu-binutils = {} # bfd doesn't recognize redox
hicolor-icon-theme = {}
installer = {}
installer-gui = {}
ion = {}
kernel = {}
libffi = {}
libgcc = {}
libjpeg = {}
libogg = {}
liborbital = {}
libpng = {}
libstdcxx = {}
#nano = {} # error compiling ncurses
libvorbis = {}
libxkbcommon = {}
libxml2 = {}
# mesa = {} # libudev was not found
# mesa-glu = {} # depends on mesa
# mpc = {} # libmpfr not found
nano = {}
nasm = {}
ncurses = {}
netdb = {}
#netsurf = {} # error building openssl1
netsurf = {}
netutils = {}
nghttp2 = {}
openssl1 = {}
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
patch = {}
pcre = {}
pkgutils = {}
redoxfs = {}
relibc = {}
resist = {}
ripgrep = {}
# strace = {} # unknown syscall
sdl1 = {}
sed = {}
smith = {}
terminfo = {}
userutils = {}
uutils = {}
#vim = {} # error compiling ncurses
#TODO: Add more packages
vim = {}
zlib = {}

20
config/aarch64/dev.toml Normal file
View File

@ -0,0 +1,20 @@
# Configuration for development
include = ["../dev.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 1024
# Package settings
[packages]
# see ci.toml for error reasons
gdbserver = "ignore"
gnu-binutils = "ignore"
mesa = "ignore"
mesa-glu = "ignore"
mpc = "ignore"
strace = "ignore"

View File

@ -94,6 +94,7 @@ libpng = {}
libstdcxx = {}
#libsodium = {} # failing to fetch
libvorbis = {}
libxkbcommon = {}
libxml2 = {}
llvm18 = {}
#lua54 = {} # did not build