Enable recipes and add reasons for disabling
This commit is contained in:
parent
80ec527dcb
commit
e1125ed20f
54
ci.toml
54
ci.toml
|
@ -5,37 +5,37 @@ prompt = false
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
acid = {}
|
acid = {}
|
||||||
#autoconf = {}
|
autoconf = {}
|
||||||
#automake = {}
|
automake = {}
|
||||||
bash = {}
|
bash = {}
|
||||||
binutils = {}
|
binutils = {}
|
||||||
ca-certificates = {}
|
ca-certificates = {}
|
||||||
#cargo = {}
|
#cargo = {}
|
||||||
cleye = {}
|
cleye = {}
|
||||||
#cmatrix = {}
|
#cmatrix = {} # ncurses
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
dash = {}
|
dash = {}
|
||||||
#diffutils = {}
|
#diffutils = {} # struct tm typedef definition prevents argument usage
|
||||||
#dosbox = {}
|
#dosbox = {} # execlp
|
||||||
drivers = {}
|
drivers = {}
|
||||||
#drivers-041 = {}
|
#drivers-041 = {}
|
||||||
#duktape = {}
|
#duktape = {} # strptime
|
||||||
expat = {}
|
expat = {}
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
#fd = {}
|
#fd = {} # ctrlc-3.1.1
|
||||||
#ffmpeg = {}
|
#ffmpeg = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
freedoom = {}
|
freedoom = {}
|
||||||
#freetype = {}
|
freetype = {}
|
||||||
game-2048 = {}
|
game-2048 = {}
|
||||||
games = {}
|
games = {}
|
||||||
#gawk = {}
|
#gawk = {} # langinfo.h
|
||||||
gcc = {}
|
gcc = {}
|
||||||
generaluser-gs = {}
|
generaluser-gs = {}
|
||||||
#gigalomania = {}
|
#gigalomania = {}
|
||||||
#git = {}
|
#git = {} # poll.h
|
||||||
gnu-binutils = {}
|
gnu-binutils = {}
|
||||||
gnu-grep = {}
|
gnu-grep = {}
|
||||||
gnu-make = {}
|
gnu-make = {}
|
||||||
|
@ -43,27 +43,27 @@ init = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
ipcd = {}
|
||||||
#jansson = {}
|
jansson = {}
|
||||||
keyboard-sfx = {}
|
keyboard-sfx = {}
|
||||||
#lci = {}
|
lci = {}
|
||||||
libjpeg = {}
|
libjpeg = {}
|
||||||
liborbital = {}
|
liborbital = {}
|
||||||
libpng = {}
|
libpng = {}
|
||||||
libsodium = {}
|
libsodium = {}
|
||||||
logd = {}
|
logd = {}
|
||||||
#lua = {}
|
#lua = {} # tmpnam
|
||||||
#mdp = {}
|
#mdp = {} # ncursesw
|
||||||
#miniserve = {}
|
#miniserve = {} # actix
|
||||||
nasm = {}
|
nasm = {}
|
||||||
#ncdu = {}
|
#ncdu = {} # ncurses
|
||||||
#ncurses = {}
|
#ncurses = {} # mkstemp configure hang
|
||||||
#ncursesw = {}
|
#ncursesw = {} # mkstemp configure hang
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netstack = {}
|
netstack = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
netutils = {}
|
netutils = {}
|
||||||
#newlib = {}
|
#newlib = {} # obsolete
|
||||||
#newlibtest = {}
|
#newlibtest = {} # obsolete
|
||||||
nulld = {}
|
nulld = {}
|
||||||
openssl = {}
|
openssl = {}
|
||||||
#openttd = {}
|
#openttd = {}
|
||||||
|
@ -74,7 +74,7 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pastel = {}
|
pastel = {}
|
||||||
#patch = {}
|
#patch = {} # requires popen and pclose
|
||||||
periodictable = {}
|
periodictable = {}
|
||||||
#perl = {}
|
#perl = {}
|
||||||
pixelcannon = {}
|
pixelcannon = {}
|
||||||
|
@ -82,9 +82,9 @@ pkgutils = {}
|
||||||
powerline = {}
|
powerline = {}
|
||||||
prboom = {}
|
prboom = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {}
|
#python = {} # getaddrinfo
|
||||||
randd = {}
|
randd = {}
|
||||||
#readline = {}
|
#readline = {} # ncurses
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
#redox-ssh = {}
|
#redox-ssh = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
|
@ -103,12 +103,12 @@ sodium = {}
|
||||||
#ssh = {}
|
#ssh = {}
|
||||||
terminfo = {}
|
terminfo = {}
|
||||||
termplay = {}
|
termplay = {}
|
||||||
#timidity = {}
|
timidity = {}
|
||||||
ttf-hack = {}
|
ttf-hack = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
uutils = {}
|
uutils = {}
|
||||||
#vim = {}
|
#vim = {} # ncurses
|
||||||
#vttest = {}
|
#vttest = {} # fpathconf
|
||||||
#xz = {}
|
xz = {}
|
||||||
zerod = {}
|
zerod = {}
|
||||||
zlib = {}
|
zlib = {}
|
||||||
|
|
Loading…
Reference in a new issue