From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7169469237881208832 X-Received: by 2002:a05:6808:1592:b0:35a:e1a7:c3b2 with SMTP id t18-20020a056808159200b0035ae1a7c3b2mr5741619oiw.223.1669272137726; Wed, 23 Nov 2022 22:42:17 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:aca:5c1:0:b0:35a:8a2b:e9f1 with SMTP id 184-20020aca05c1000000b0035a8a2be9f1ls212385oif.8.-pod-prod-gmail; Wed, 23 Nov 2022 22:42:17 -0800 (PST) X-Google-Smtp-Source: AA0mqf4yBjbm4Gpvr+UckpqGD7SFdTx1TNGZl1j9eO+Y3FiHod2nsqNUBn6Hqn8oZcfm6LOSp0Rm X-Received: by 2002:a05:6808:b23:b0:344:df12:f079 with SMTP id t3-20020a0568080b2300b00344df12f079mr5537678oij.284.1669272137055; Wed, 23 Nov 2022 22:42:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669272137; cv=none; d=google.com; s=arc-20160816; b=fzLObBq8DxXV+mlUjAWl+Xv057kNvkMUvVtyTD5xNhuJl3sEfCOE/AjrQ06Sfl9L6P VVzoqj3/lxV6pNPibEpp/i/bZYSfiDWd29TlUrgtfSalpXb9Von85eUhmlHcTBN09gnc MS0sL/0bnesfwaym1CKbOj/2Oqjut7nJmUSV8noKgqbu2FXOe/j8IFsLW2LDgObOn7BP nq9KJcWOoLJk9DofYHUYjbzF59HPsM8LnsOGm7xv6po2EGFlkqfT2zR+PvHBDW9S9AHb Qoxb3SaWITEkKFCMtJuRKle1dTQOEY7nJBV7eVv+7a372jTt8OVNoHr8v2szYpV5gaCE vezQ== 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=cT4kI5x1/PiUkKQ4CEuLvd/b1FloCpJUsuvAE5w4elo=; b=gTqrC8y+laXF4sXVKiTgIK7KySHmW85qL3ENVS2MP5MgyhxETeXLjckEuBGUVFIJiH D9SToz6vn/YcOuR2fL+90p+LPv6YogE8luwnFQ4Rzn+wpls+7/epAU1A576XTLVf227B Y2vk0Ydk8zf8thKoTqnSj2uO9ZT+oespy61LFd9DeY91LqYZmmEQDm4K8RZLUmuUfWR2 gdD39c23ijaXy2V59z7AQKFm7ofkZ+9PAqd56x/G3p85AtQDjZ8hNnc9M/ZVSbojwyfY 7NMwMKCxOIHN2equ9ih8+a1awqpS05Y9gGeNcud754Id8ilABD7ono+KjPRxFfqWsP3v Qmzw== 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 w16-20020a4aca10000000b004a011a0dc18si22319ooq.2.2022.11.23.22.42.16 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Nov 2022 22:42:16 -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 2AO6gDiq009980 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 24 Nov 2022 07:42:14 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH 2/2] testsuite: Run signed repro test in cross mode Date: Thu, 24 Nov 2022 07:42:13 +0100 Message-Id: <20221124064213.22283-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221124064213.22283-1-ubely@ilbers.de> References: <20221124064213.22283-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: l5ZODqGBXNlx Both signed and unsigned tests are done in non-cross mode. Changing CROSS_COMPILE to "1" for one of them allows to cover cross-build from local `base-apt` repo without increasing build time. 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