Merge branch 'fix_ci_pkg_set' into 'master'
Update ci.toml to build required packages for the demo See merge request redox-os/redox!1411
This commit is contained in:
commit
45d5fce901
|
@ -25,6 +25,8 @@ cleye = {}
|
||||||
#cmatrix = {} # needs ncursesw now
|
#cmatrix = {} # needs ncursesw now
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
|
cosmic-edit = {}
|
||||||
|
cosmic-icons = {}
|
||||||
cosmic-text = {}
|
cosmic-text = {}
|
||||||
cpal = {}
|
cpal = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
|
@ -74,6 +76,7 @@ init = {}
|
||||||
initfs = {}
|
initfs = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
|
intel-one-mono = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
ipcd = {}
|
||||||
jansson = {}
|
jansson = {}
|
||||||
|
@ -140,6 +143,7 @@ pixman = {}
|
||||||
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
||||||
pkg-config = {}
|
pkg-config = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
|
pop-icon-theme = {}
|
||||||
#powerline = {} # dirs
|
#powerline = {} # dirs
|
||||||
prboom = {}
|
prboom = {}
|
||||||
procedural-wallpapers-rs = {}
|
procedural-wallpapers-rs = {}
|
||||||
|
|
|
@ -25,6 +25,8 @@ cleye = {}
|
||||||
#cmatrix = {} # needs ncursesw now
|
#cmatrix = {} # needs ncursesw now
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
|
cosmic-edit = {}
|
||||||
|
cosmic-icons = {}
|
||||||
cosmic-text = {}
|
cosmic-text = {}
|
||||||
cpal = {}
|
cpal = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
|
@ -74,6 +76,7 @@ init = {}
|
||||||
initfs = {}
|
initfs = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
|
intel-one-mono = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
ipcd = {}
|
||||||
#jansson = {} # needs config.sub update
|
#jansson = {} # needs config.sub update
|
||||||
|
@ -141,6 +144,7 @@ pixman = {}
|
||||||
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
||||||
pkg-config = {}
|
pkg-config = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
|
pop-icon-theme = {}
|
||||||
#powerline = {} # dirs
|
#powerline = {} # dirs
|
||||||
prboom = {}
|
prboom = {}
|
||||||
procedural-wallpapers-rs = {}
|
procedural-wallpapers-rs = {}
|
||||||
|
|
Loading…
Reference in a new issue