mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Merge branch 'enable-more-ci' into 'master'
Enable more packages on x86_64 See merge request redox-os/redox!1613
This commit is contained in:
commit
680784fbae
@ -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 = {} # gcc hangs
|
||||
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 = {}
|
||||
@ -146,14 +146,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 = {}
|
||||
@ -161,13 +161,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
|
||||
@ -191,6 +191,7 @@ sed = {}
|
||||
shared-mime-info = {}
|
||||
shellharden = {}
|
||||
shellstorm = {}
|
||||
simple-http-server = {}
|
||||
smith = {}
|
||||
sodium = {}
|
||||
sopwith = {}
|
||||
@ -210,6 +211,6 @@ vttest = {}
|
||||
#vvvvvv = {} # did not compile
|
||||
#webrender = {} # unwind
|
||||
#wesnoth = {}
|
||||
#winit = {} # tzset
|
||||
winit = {}
|
||||
xz = {}
|
||||
zlib = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user