From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6657178856110161920 X-Received: by 2002:a5d:6041:: with SMTP id j1mr309358wrt.28.1549995237880; Tue, 12 Feb 2019 10:13:57 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:9692:: with SMTP id y140ls501837wmd.4.canary-gmail; Tue, 12 Feb 2019 10:13:57 -0800 (PST) X-Google-Smtp-Source: AHgI3IbTX4EArvDyKZbOpzHYjOFE4I5En5rYMB3Nk1nJ6mDkulU/wTxAjI7OE3L7sgjJrrek6+nz X-Received: by 2002:a1c:700d:: with SMTP id l13mr13774wmc.14.1549995237467; Tue, 12 Feb 2019 10:13:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549995237; cv=none; d=google.com; s=arc-20160816; b=Dd2xbXUFYx47Yxwci+HXyzon6B6HF8KsqmmANnDqG8MrfBX7WTLI407M1+ta+n/NOY Vsn6nSwWaASiFEowJp6LqtCjs4l2fnH6M3PWgKdkZhU4u2HwfNvK0oiBsu3Ctihsi4ah fQQxsO4SO0OKkLQ0fx4AjK9r07BFyySj8bLfuGPfPHmebqiJ608KmGICSUrF9RgBI43T qVpO+bB3yVIesXyKr4AZoVErhMYNXYhtp0Cn1wmPd4cSqoO2OxbjCfi7OH01s8H+glXp 9zGbW8XEzAS7QU8pag4AuUMvIhYq6G9KCrc6oL7Gi4ZxzoZBDq0YRD/hlkLw26N/sPF2 ejUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=NvmTMWlGi9XxBV/PcliutnEiQ6/5aAZeu1bTwovbs+Y=; b=voAtQbJaLLhjAW0iguxubbwyz/hU8fQ5mEVM1iuAQgz8PAWokEaBrx0T5nDpawC7Fd 17OzcZY+mwLgKSN+HXA7df5nn2sYxjdPZOkAaqOILvoIuLzOjrJgtNLATM3dTWscbznj EaClj3PtMIxI4LKKy0l6aILi36B9VWzyp95nAjP0kF8U80n6FlHFo5E8YXtKcmNclB3Y J2B7lzSupRb18oNg5n5s2t1r25f4d8LBrPoUdUpiyu2yXYkfPIhLGQvRgzphBgeq1upA hMsqO/AZNS84gawNTIK449NzS5+YvlC3Bdq5QMUGBEH5BTIrTENWVZGzbJmOHVYD9+Vt bn+w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id l22si178274wmg.4.2019.02.12.10.13.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Feb 2019 10:13:57 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x1CIDvTv008869 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 12 Feb 2019 19:13:57 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.0.9]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x1CIDv1D001101; Tue, 12 Feb 2019 19:13:57 +0100 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 1/2] ci: test rebuilding "hello" Date: Tue, 12 Feb 2019 19:13:53 +0100 Message-Id: <20190212181354.24272-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 3216K0zo95rb From: Henning Schild 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 --- 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