From cd74833ed302fcfa75bc146e13e3a109cb841809 Mon Sep 17 00:00:00 2001 From: Helen Koike <helen.koike@collabora.com> Date: Tue, 20 Feb 2024 17:55:49 -0300 Subject: [PATCH] wip: build-kernel: remove olddefconfig --- ci/gitlab-ci/ci-scripts/ici-functions.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/gitlab-ci/ci-scripts/ici-functions.sh b/ci/gitlab-ci/ci-scripts/ici-functions.sh index e9aae235eaddab..deec6df8f7a895 100644 --- a/ci/gitlab-ci/ci-scripts/ici-functions.sh +++ b/ci/gitlab-ci/ci-scripts/ici-functions.sh @@ -61,13 +61,6 @@ ici_prepare_build() { ../scripts/config --file .config --module CONFIG_$opt done - if [ -n "$KCI_KCONFIGS_DISABLE" ] || [ -n "$KCI_KCONFIGS_ENABLE" ] || - [ -n "$KCI_KCONFIGS_MODULE" ]; then - # execude olddefconfig only if we changed the default config, otherwise, - # let it raise warnings if any - make -C "$ICI_KERNEL_DIR" O=$(pwd) olddefconfig - fi - popd } -- GitLab