* [PATCH] scripts: ci_setup: Drop duplicate container-entrypoint call
@ 2026-03-18 16:20 'Jan Kiszka' via isar-users
2026-03-18 18:57 ` 'Jan Kiszka' via isar-users
0 siblings, 1 reply; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2026-03-18 16:20 UTC (permalink / raw)
To: isar-users; +Cc: badrikesh prusty, Cedric Hombourger
From: Jan Kiszka <jan.kiszka@siemens.com>
We now recommend to invoke the kas container via --command, and then the
entrypoint script is already run implicitly.
Fixes: 5be38c64184a ("ci: Correct kas command invocation of ci_setup script")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
scripts/ci_setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ci_setup.sh b/scripts/ci_setup.sh
index f373d1c0..c6eeaeef 100755
--- a/scripts/ci_setup.sh
+++ b/scripts/ci_setup.sh
@@ -29,4 +29,4 @@ done
sudo apt-get install -y avocado qemu-system-arm qemu-system-x86
}
-exec /container-entrypoint ${*}
+bash
--
2.47.3
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/de75fb7f-b002-408c-993d-6e76b9c374d3%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] scripts: ci_setup: Drop duplicate container-entrypoint call
2026-03-18 16:20 [PATCH] scripts: ci_setup: Drop duplicate container-entrypoint call 'Jan Kiszka' via isar-users
@ 2026-03-18 18:57 ` 'Jan Kiszka' via isar-users
0 siblings, 0 replies; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2026-03-18 18:57 UTC (permalink / raw)
To: isar-users; +Cc: badrikesh prusty, Cedric Hombourger
On 18.03.26 17:20, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> We now recommend to invoke the kas container via --command, and then the
> entrypoint script is already run implicitly.
>
> Fixes: 5be38c64184a ("ci: Correct kas command invocation of ci_setup script")
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> scripts/ci_setup.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/ci_setup.sh b/scripts/ci_setup.sh
> index f373d1c0..c6eeaeef 100755
> --- a/scripts/ci_setup.sh
> +++ b/scripts/ci_setup.sh
> @@ -29,4 +29,4 @@ done
> sudo apt-get install -y avocado qemu-system-arm qemu-system-x86
> }
>
> -exec /container-entrypoint ${*}
> +bash
Strike that: The testsuite execution inside kas shell is broken as we
are then already inside a bitbake env while avocado wants us outside. I
guess we should just drop this script and related contribution
guidelines which are not executable for a long time.
Running the testsuite remains painful.
Jan
--
Siemens AG, Foundational Technologies
Linux Expert Center
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/08614690-8b34-4621-9dc7-869b3ca1ddac%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-18 18:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-18 16:20 [PATCH] scripts: ci_setup: Drop duplicate container-entrypoint call 'Jan Kiszka' via isar-users
2026-03-18 18:57 ` 'Jan Kiszka' via isar-users
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox