public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] ci-build: Protect bullseye container with KFAIL
@ 2021-04-09  8:15 Anton Mikanovich
       [not found] ` <AM0PR10MB1939FA7325472104729E5ADC895F9@AM0PR10MB1939.EURPRD10.PROD.OUTLOOK.COM>
  0 siblings, 1 reply; 6+ messages in thread
From: Anton Mikanovich @ 2021-04-09  8:15 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Bullseye building issue still not resolved, so container-bullseye fails
with error:

> fakeroot debian/rules clean
>semop(1): encountered an error: Function not implemented

This issue should be already fixed in host qemu/1:5.0-9 but we still
experience the same with qemu/1:5.2+dfsg-3~bpo10+1. Further research
will be done, so temporary fix for ci-build.sh introduced.

Bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965109

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 scripts/ci_build.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 6445b10..adc22e4 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -58,6 +58,9 @@ TARGETS_SET_BULLSEYE="\
 TARGETS_CONTAINERS="\
     mc:container-stretch:isar-image-base \
     mc:container-buster:isar-image-base \
+"
+
+TARGETS_CONTAINERS_BULLSEYE="\
     mc:container-bullseye:isar-image-base \
 "
 
@@ -259,6 +262,12 @@ sed -i -e 's/\(IMAGE_INSTALL = .*\) example-module-${KERNEL_NAME}\(.*\)/\1\2/g'
 sed -i -e 's/\(IMAGE_INSTALL = .*\) enable-fsck\(.*\)/\1\2/g' conf/local.conf
 bitbake $BB_ARGS $TARGETS_CONTAINERS
 while [ -e bitbake.sock ]; do sleep 1; done
+if bitbake $BB_ARGS $TARGETS_CONTAINERS_BULLSEYE; then
+    echo "bullseye container: PASSED"
+else
+    echo "bullseye container: KFAIL"
+fi
+while [ -e bitbake.sock ]; do sleep 1; done
 # and SDK container image creation
 echo 'SDK_FORMATS = "docker-archive"' >> conf/local.conf
 bitbake $BB_ARGS -c do_populate_sdk mc:container-stretch:isar-image-base
-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-30 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  8:15 [PATCH] ci-build: Protect bullseye container with KFAIL Anton Mikanovich
     [not found] ` <AM0PR10MB1939FA7325472104729E5ADC895F9@AM0PR10MB1939.EURPRD10.PROD.OUTLOOK.COM>
     [not found]   ` <982a11de-e990-5334-3896-2b96f7364715@ilbers.de>
2021-04-29 14:05     ` Moessbauer, Felix
2021-04-29 17:43       ` Henning Schild
     [not found]   ` <a4a7c550-ee88-2b3b-3f5b-20b0f32a1dfe@siemens.com>
2021-04-30  7:49     ` Moessbauer, Felix
2021-04-30 17:57       ` Jan Kiszka
2021-04-30 18:31         ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox