From 2ef5a216f4d1ed29ccaf1d7c978561ab4d0a6359 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Mon, 3 Mar 2025 00:59:35 -0800 Subject: [PATCH] Uncomment git in the server config, and add the base package to the ci config --- config/server.toml | 2 +- config/x86_64/ci.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/server.toml b/config/server.toml index 52b00bf2b..f11944054 100644 --- a/config/server.toml +++ b/config/server.toml @@ -17,7 +17,7 @@ curl = {} diffutils = {} extrautils = {} findutils = {} -# git = {} - needs conversion to recipe.toml due to dependencies +git = {} installer = {} ion = {} kibi = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index eadc06aba..f85f4c8bd 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -12,6 +12,7 @@ acid = {} audiod = {} autoconf = {} automake = {} +base = {} bash = {} binutils = {} bootloader = {}