diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index 4c46d9d0..0eca1c88 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -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 = {} diff --git a/config/aarch64/dev.toml b/config/aarch64/dev.toml new file mode 100644 index 00000000..ce6a482d --- /dev/null +++ b/config/aarch64/dev.toml @@ -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" diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 473e4270..b4a74059 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -94,6 +94,7 @@ libpng = {} libstdcxx = {} #libsodium = {} # failing to fetch libvorbis = {} +libxkbcommon = {} libxml2 = {} llvm18 = {} #lua54 = {} # did not build