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

This commit is contained in:
Ron Williams 2025-03-03 00:59:35 -08:00
parent 788e9c4141
commit 2ef5a216f4
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 = {}