From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 1/2] ci: test rebuilding "hello"
Date: Tue, 12 Feb 2019 19:13:53 +0100 [thread overview]
Message-ID: <20190212181354.24272-1-henning.schild@siemens.com> (raw)
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
next reply other threads:[~2019-02-12 18:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 18:13 Henning Schild [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190212181354.24272-1-henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox