public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/2] ci: test rebuilding "hello"
@ 2019-02-12 18:13 Henning Schild
  2019-02-12 18:13 ` [PATCH 2/2] ci: move IMAGE_INSTALL from config to ci script Henning Schild
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Henning Schild @ 2019-02-12 18:13 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

From: Henning Schild <henning.schild@siemens.com>

This patch adds the rebuilding of "hello" to one distro that does
not get rebuild from the cache. The recipe uses a feature which
currently does not work for the caching case.

Once we can cache "apt://" URIs the package should probably move to all
tests.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 scripts/ci_build.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 1789183..acb172a 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -85,6 +85,11 @@ if [ -n "$CROSS_BUILD" ]; then
     sed -i -e 's/ISAR_CROSS_COMPILE ?= "0"/ISAR_CROSS_COMPILE ?= "1"/g' conf/local.conf
 fi
 
+# "debian-buster" is currently not rebuild from the cache and the package
+# "hello" currently does not support being rebuild from the cache
+# so this distro is a good place to at least test the regular build
+echo "IMAGE_INSTALL_debian-buster += \"hello\"" >> conf/local.conf
+
 if [ -n "$FAST_BUILD" ]; then
     # Start build for the reduced set of configurations
     # Enforce cross-compilation to speed up the build
-- 
2.19.2


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

end of thread, other threads:[~2019-02-19  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12 18:13 [PATCH 1/2] ci: test rebuilding "hello" Henning Schild
2019-02-12 18:13 ` [PATCH 2/2] ci: move IMAGE_INSTALL from config to ci script Henning Schild
2019-02-12 18:17 ` [PATCH 1/2] ci: test rebuilding "hello" Henning Schild
2019-02-19  6:34 ` 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