public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/2] ci_build: Include de0-nano-soc into parallel fast build
@ 2019-05-18 11:11 Maxim Yu. Osipov
  2019-05-18 11:11 ` [PATCH 2/2] ci_build: Introduce REPRO_TARGETS_SET Maxim Yu. Osipov
  2019-05-20 13:47 ` [PATCH 1/2] ci_build: Include de0-nano-soc into parallel fast build Maxim Yu. Osipov
  0 siblings, 2 replies; 9+ messages in thread
From: Maxim Yu. Osipov @ 2019-05-18 11:11 UTC (permalink / raw)
  To: isar-users

Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
 scripts/ci_build.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index a38e2b7..ae9f5c9 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -86,6 +86,7 @@ do
                      multiconfig:qemuarm-buster:isar-image-base \
                      multiconfig:qemuarm64-stretch:isar-image-base \
                      multiconfig:qemuamd64-stretch:isar-image-base \
+                     multiconfig:de0-nano-soc-stretch:isar-image-base \
                      multiconfig:rpi-stretch:isar-image-base"
         ;;
     -q|--quiet)
@@ -124,13 +125,8 @@ fi
 # Start build for the defined set of configurations
 bitbake $BB_ARGS $TARGETS_SET
 
-# Note: de0-nano-soc build is launched separately as
-# parallel build with the same target arch (armhf) fails.
-# The problem is being investigated
 # In addition test SDK creation
 if [ -n "$FAST_BUILD" ]; then
-    bitbake $BB_ARGS multiconfig:de0-nano-soc-stretch:isar-image-base
-    while [ -e bitbake.sock ]; do sleep 1; done
     bitbake $BB_ARGS -c do_populate_sdk multiconfig:qemuarm-stretch:isar-image-base
 fi
 
-- 
2.11.0


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

end of thread, other threads:[~2019-05-23 13:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 11:11 [PATCH 1/2] ci_build: Include de0-nano-soc into parallel fast build Maxim Yu. Osipov
2019-05-18 11:11 ` [PATCH 2/2] ci_build: Introduce REPRO_TARGETS_SET Maxim Yu. Osipov
2019-05-20 13:48   ` Maxim Yu. Osipov
2019-05-23 12:27   ` Claudius Heine
2019-05-23 12:34     ` Maxim Yu. Osipov
2019-05-23 12:38       ` Claudius Heine
2019-05-23 12:46         ` Maxim Yu. Osipov
2019-05-23 13:17           ` Claudius Heine
2019-05-20 13:47 ` [PATCH 1/2] ci_build: Include de0-nano-soc into parallel fast build Maxim Yu. Osipov

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