Merge branch 'uncomment-git' into 'master'

Draft: Uncomment git in the server config, and add the base package to the ci config

See merge request redox-os/redox!1561
This commit is contained in:
Ron Williams 2025-03-04 16:13:24 +00:00
commit 1f324263e7
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ curl = {}
diffutils = {}
extrautils = {}
findutils = {}
# git = {} - needs conversion to recipe.toml due to dependencies
git = {}
installer = {}
ion = {}
kibi = {}

View File

@ -12,6 +12,7 @@ acid = {}
audiod = {}
autoconf = {}
automake = {}
base = {}
bash = {}
binutils = {}
bootloader = {}