Skip to content

Commit c592722

Browse files
yamtxiaoxiang781216
authored andcommitted
cibuild.sh: Disable more kconfig features not used for the CI
1 parent 072bd86 commit c592722

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cibuild.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@ function gperf {
7070
function kconfig-frontends {
7171
add_path $prebuilt/kconfig-frontends/bin
7272

73-
if [ ! -f "$prebuilt/kconfig-frontends/bin/kconfig-mconf" ]; then
73+
if [ ! -f "$prebuilt/kconfig-frontends/bin/kconfig-conf" ]; then
7474
cd $tools/kconfig-frontends
75-
./configure --prefix=$prebuilt/kconfig-frontends --enable-mconf --disable-gconf --disable-qconf --enable-static
75+
./configure --prefix=$prebuilt/kconfig-frontends \
76+
--disable-kconfig --disable-nconf --disable-qconf \
77+
--disable-gconf --disable-mconf --disable-static \
78+
--disable-shared --disable-L10n --disable-utils
7679
make install
7780
cd $tools; git clean -xfd
7881
fi

0 commit comments

Comments
 (0)