fix typos. The toolchains in the container have no libc, so it's probably easiest to just set test/kconfig/disable_target_tools.kconf globally, so ./MAKEALL mostly works. Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> --- scripts/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/container.sh b/scripts/container.sh index 4ddee7d0a90c..eb1e87b59baa 100755 --- a/scripts/container.sh +++ b/scripts/container.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-only CONTAINER=${CONTAINER:-ghcr.io/barebox/barebox/barebox-ci:latest} -KCONFIG_ADD="$test/kconfig/disable_target_tools.kconf KCONFIG_ADD" +export KCONFIG_ADD="test/kconfig/disable_target_tools.kconf $KCONFIG_ADD" while getopts "c:uh" opt; do case "$opt" in -- 2.40.1