From 978c76c2f5e35c07e80612227053e2d04f8bcf08 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 13 Jul 2025 10:41:21 +0000 Subject: [PATCH 1/3] Enable more packages on x86_64 --- config/x86_64/ci.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 913f7547..4669f4b4 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -20,7 +20,7 @@ ca-certificates = {} cairo = {} #cairodemo = {} # linking errors #calculator = {} -#cargo = {} # linking errors +cargo = {} cleye = {} #cmatrix = {} # needs ncursesw now contain = {} @@ -40,7 +40,7 @@ drivers = {} drivers-initfs = {} duktape = {} eduke32 = {} -#exampled = {} # needs to use libredox +exampled = {} expat = {} extrautils = {} #fal @@ -65,7 +65,7 @@ generaluser-gs = {} gettext = {} #gigalomania = {} # old recipe format git = {} -#glib = {} # does not build +glib = {} glutin = {} gnu-binutils = {} gnu-grep = {} @@ -92,13 +92,13 @@ libogg = {} liborbital = {} libpng = {} libstdcxx = {} -#libsodium = {} # failing to fetch +libsodium = {} libvorbis = {} libxkbcommon = {} libxml2 = {} llvm18 = {} -#lua54 = {} # did not build -#mdp = {} # ncursesw +lua54 = {} +mdp = {} mednafen = {} mesa = {} mesa-glu = {} @@ -106,9 +106,9 @@ mgba = {} #miniserve = {} # actix nano = {} nasm = {} -#ncdu = {} # fails to link with ncurses +ncdu = {} ncurses = {} -#ncursesw = {} # mkstemp configure hang +ncursesw = {} netdb = {} netsurf = {} netutils = {} @@ -145,14 +145,14 @@ periodictable = {} pixelcannon = {} #pixman = {} # depends on glib which does not build #pkgar = {} # uses virtual Cargo.toml, needs recipe update -#pkg-config = {} # depends on glib which does not build +pkg-config = {} pkgutils = {} pop-icon-theme = {} #powerline = {} # dirs prboom = {} procedural-wallpapers-rs = {} #python37 = {} # getaddrinfo -#qemu = {} +#qemu = {} # can be built, but not working readline = {} redoxerd = {} redox-fatfs = {} @@ -160,13 +160,13 @@ redoxfs = {} redox-games = {} #redox-ssh = {} # does not compile relibc = {} -#relibc-tests = {} # madvise link error +relibc-tests = {} resist = {} #retroarch = {} # OS_TLSIndex not declared ripgrep = {} rodioplay = {} rs-nes = {} -#rust = {} # zlib linking issue +rust = {} rust64 = {} #rust-cairo = {} # linking errors #rust-cairo-demo = {} # linking errors @@ -209,6 +209,6 @@ vttest = {} #vvvvvv = {} # did not compile #webrender = {} # unwind #wesnoth = {} -#winit = {} # tzset +winit = {} xz = {} zlib = {} From 301dd90f47abe225c0cba7ccc8469bd73d869c1b Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 13 Jul 2025 10:48:48 +0000 Subject: [PATCH 2/3] Comment out mdp --- config/x86_64/ci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 4669f4b4..ae66220a 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -98,7 +98,7 @@ libxkbcommon = {} libxml2 = {} llvm18 = {} lua54 = {} -mdp = {} +# mdp = {} # gcc hangs mednafen = {} mesa = {} mesa-glu = {} From 576d8ae6e6c62ada26a4a4cb6007231ba08fca9a Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 13 Jul 2025 11:14:28 +0000 Subject: [PATCH 3/3] Add simple-http-server --- config/x86_64/ci.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index ae66220a..f5d232c0 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -98,7 +98,7 @@ libxkbcommon = {} libxml2 = {} llvm18 = {} lua54 = {} -# mdp = {} # gcc hangs +#mdp = {} # gcc hangs mednafen = {} mesa = {} mesa-glu = {} @@ -190,6 +190,7 @@ sed = {} shared-mime-info = {} shellharden = {} shellstorm = {} +simple-http-server = {} smith = {} sodium = {} sopwith = {}