[PATCH] fixup! scripts: add container.sh as simple podman wrapper
Ahmad Fatoum
ahmad at a3f.at
Mon Jun 12 00:01:43 PDT 2023
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 at a3f.at>
---
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
More information about the barebox
mailing list