From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6657178856110161920 X-Received: by 2002:a2e:3a08:: with SMTP id h8-v6mr351804lja.6.1549995425692; Tue, 12 Feb 2019 10:17:05 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8551:: with SMTP id u17-v6ls2103636ljj.3.gmail; Tue, 12 Feb 2019 10:17:05 -0800 (PST) X-Google-Smtp-Source: AHgI3IagrKkptI+X7L4szcJn/ppHWR4nBvOVKhf/xsN2OxO6u110Nde7/NxXPvwdFFq2QUMGni/8 X-Received: by 2002:a2e:4253:: with SMTP id p80-v6mr377103lja.13.1549995425156; Tue, 12 Feb 2019 10:17:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549995425; cv=none; d=google.com; s=arc-20160816; b=edwTKVhpPJXTs/p9YDszJVwt9AJsbn7hg8x2vtl6vYtz1jdGLS1ht1BTH2JvIuWG3T 3+RcSnfWu5oSqU4q/JoRyrb1QZowQhwcH8WLu/BpGJfScTHTDRmglqxXdV+FdAfIPwVR jX007aK2yBgJhU5hPQGkdlnUXWCsYore3IMZqir7YRx1woKXAG4rk33sdW8dFTtFyxq7 bjBKkAW7gRsDCm6dJQWXDcxCntkVcdguRfy0YCmjpa163jzqZhn7gk/lDPXBI9CnvHwA aO2hCYUrNaeYzAJ9z5lVGZkOrH9qb+hSk2BCN3rKOdKtF+OZlgLNfO8VLKfzaTbD9wa6 CBIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:to:from:date; bh=ZB1I8Zu1VT0T0u5q9aTWhsFapRGLBSBKjXFGw6ARHLM=; b=WEgsL/3tu5CxungRhG+0cbaXNywcDKyP/oKoH2jVQmE3jEy7UEWMl3V+zBVc3Wr4Nr Y06PVK7BNrQVz5zzGZD6f6uH6YA7+DmquSc6BcANMLJngAOnEH89zCkiHaYfmkS0FReo 8WK8OkVOCfvVxdapAbDdfCt/Q8DWZDknnDW5enNgPr17YohEMN83BPyv/RX8Mcl7Wqxd z5FMnH7Zoe03zPjVyncZQp4ig5fYsbghwbvV25zbZeWbtBMMILQS46Kkj+ggvHwhQImb qh7EBwnh4B6aYKlDhRXzR+07UrcuuCrHWtoSJ4FChOO1Z6PI4SzpHY+w1M83YO+lDEZp u0rw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id t73si726812lfe.4.2019.02.12.10.17.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Feb 2019 10:17:05 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x1CIH4Qk023096 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 12 Feb 2019 19:17:04 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.0.9]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x1CIH4Am000689 for ; Tue, 12 Feb 2019 19:17:04 +0100 Date: Tue, 12 Feb 2019 19:17:02 +0100 From: Henning Schild To: Subject: Re: [PATCH 1/2] ci: test rebuilding "hello" Message-ID: <20190212191702.2b978a58@md1za8fc.ad001.siemens.net> In-Reply-To: <20190212181354.24272-1-henning.schild@siemens.com> References: <20190212181354.24272-1-henning.schild@siemens.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: 0uIhEkLCATAy That is actually the one that made the Jenkins instance at Ilbers unhappy, but i could not find an issue with it on my system. I guess the patch itself might be fine and the jenkins setup might be to blame. Whatever it is, having the patch might help resolve the issue. And since i think the patch is fine i wanted to post it anyways. Henning On Tue, 12 Feb 2019 19:13:53 +0100 Henning Schild wrote: > 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