From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7169469243442855936 X-Received: by 2002:a62:1d4c:0:b0:574:c3ab:86bb with SMTP id d73-20020a621d4c000000b00574c3ab86bbmr14799885pfd.15.1669633539029; Mon, 28 Nov 2022 03:05:39 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:903:2149:b0:188:62b8:814f with SMTP id s9-20020a170903214900b0018862b8814fls8196861ple.1.-pod-prod-gmail; Mon, 28 Nov 2022 03:05:38 -0800 (PST) X-Google-Smtp-Source: AA0mqf51P66onw/dh0PRWw5BJmYm17GH1ZBPh0FU8TSDE//0kHGAqDmZVLXbucq2AFiNl7yJuTug X-Received: by 2002:a17:903:d1:b0:186:7070:8ab4 with SMTP id x17-20020a17090300d100b0018670708ab4mr35305188plc.23.1669633538136; Mon, 28 Nov 2022 03:05:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669633538; cv=none; d=google.com; s=arc-20160816; b=nijTBTfCFaP5TDAe9rn9p8Tf1/nYUOFoI4tPkp/VN2s4UMAaQZJeZqgd5eSkNjhh1+ +CCe+GD5fajAbyKrGPEoAMUgdqb5IrLOjuXoft6eyBBgt1hU06aZmpvWrg39Oic0C3If 2om0OW1CYPF+geKFjEzizYPkBJvAR8x+qTC1Fu5U4b0cMbuZLA9vXQ3i4Tb4WTp3uSv7 3GuVapwFlZi7hMEDMu89SK0HiQso0zNgDw1tzG7i8yg9nd22aZPjPdcHsXsBtW6Z3RC+ FhH6BUbZ8tmjJ6rkgfSW5737xP9c8uS+8NpXR0dZli8VUsLN6CFSK+ICSEDsAFaFyNCR W+IQ== 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:date:subject:to:from; bh=uAlGHagKigI9MvNT4xeS38Z/ZaMvX40GFWV9VEVIEXw=; b=VauMscdieefnOwakEXo62VleicwyUFRdyBi1NckfqWbXeALNSr+EbVPSBgyeO5mmMt PeHKkh6OvQOgK7x1hqIkH6C5ohnYgrd8a2LrgU/hKsGwB4f5hTCcp4EA4N6fr4o2PrPe 3NsHxSZGR4f1bOTYMUh6tyWG5tb/7jGHb78ALr+RfyLxJdTtB5zTQRECx8gUUyJFWpq4 IDitqefzbz1XiAzGZR0NycAaV2yKBgguYLbyDY/8rQN1b7HZwwnRN7zOvqic8VNpAnGD 1h1aHNA8nGH2j52OeasI4YeXiBNQC5bmlqM71B947uTO5FpyqJJ76ntbbNmu/k8smrU5 x9Xw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id iw14-20020a170903044e00b00189348ab16fsi679104plb.13.2022.11.28.03.05.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 28 Nov 2022 03:05:38 -0800 (PST) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2ASB5YHa028742 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 28 Nov 2022 12:05:35 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v4 2/3] testsuite: Run signed repro test in cross mode Date: Mon, 28 Nov 2022 12:05:33 +0100 Message-Id: <20221128110534.31450-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221128110534.31450-1-ubely@ilbers.de> References: <20221128110534.31450-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: Ko0vEQfxmSbE Both signed and unsigned tests are done in non-cross mode. Changing CROSS_COMPILE to "1" for one signed variant in order to cover cross-build from local `base-apt` testing Signed-off-by: Uladzimir Bely --- testsuite/citest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/citest.py b/testsuite/citest.py index 2dc78015..cf9139f8 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -32,7 +32,7 @@ class ReproTest(CIBaseTest): self.init() try: - self.perform_repro_test(targets, signed=True) + self.perform_repro_test(targets, signed=True, cross=True) finally: self.move_in_build_dir('tmp', 'tmp_repro_signed') -- 2.20.1