From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a0d:d4ca:0:b0:519:6acb:ff56 with SMTP id w193-20020a0dd4ca000000b005196acbff56mr968743ywd.162.1675399473204; Thu, 02 Feb 2023 20:44:33 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a25:3748:0:b0:7c7:550e:8719 with SMTP id e69-20020a253748000000b007c7550e8719ls2321754yba.6.-pod-prod-gmail; Thu, 02 Feb 2023 20:44:32 -0800 (PST) X-Google-Smtp-Source: AK7set/Zsfr0VD+RZDgkT0E6Z9GYtYodxqNUeEivLu+huYfYRB1eysH3xAC5rWoJs9AwXzVIZMGY X-Received: by 2002:a25:9e0c:0:b0:867:85a2:1d2b with SMTP id m12-20020a259e0c000000b0086785a21d2bmr849486ybq.35.1675399472460; Thu, 02 Feb 2023 20:44:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675399472; cv=none; d=google.com; s=arc-20160816; b=gwGfgcj1v34c6Uj/Gs0wrKJaQRQ8gPxjqhxuvuVReDQXTbB+K2YtpcJyY8QCap52Ma MTduzDLSQz0PN7JV6EroETvJTITzvpV9gYFg4m3W4uf1yYQ7CPff6RwPJFsDfgi70PBq r2TxOMqd8YyGih2T2irc4YFcH6lNjxBFvA2QT8QcLziIaIiZ5JP00nlOmxLqbEmOqota 6uSyBGE+4AQ9vwyJgknTx5+RNMbjuKyTr59T3jFtxLVmw0jWAciHCPsztameJQQ/A2Cl s8o/QnF7uQ+QRYIeTrG4HCFrsGghr78hBQ6VNQ5ISGuIsUbjbELO1JnG87GXc6ydcdOb Mxyg== 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=SImGZXrD7/HQCJpXa/vK0dYBMcU5idgKbO8LY3C25/U=; b=OkkxdJ2O9hanCInOtTviQAW01Co5PTRegaVMpqyXECg0/Rxdjl5LMmJFys5kGK0aqI VEYmaHv3tV67cFsa14Ie8RvGl5EJulxRrRTJozVp9WenOcJLbvZDB5TeBODPuBQR5F0j /MPYi/bunzTIhlOTOUhIuqaTApRcAts0H8ENdoPIv+anCJoc6yB/lXEHPq9eYgOLs0oD Z8ADrGN/C4eu21dDOpRbEO7o9jiMaBXFiJjlnjn3KJx1xhH/+l/boHHt/ekzJGRxohbn zd7pyZB7u78mHocPYsv2juXJPKba8wIuvTKJ8nd2waiD+aYG1FFLCxrzV121JWx820lk K16A== 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 140-20020a250292000000b007ddb8337f72si143519ybc.1.2023.02.02.20.44.32 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Feb 2023 20:44:32 -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 3134iRm4023918 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 3 Feb 2023 05:44:30 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v3 10/15] CI: Make cross compile to be default Date: Fri, 3 Feb 2023 05:44:21 +0100 Message-Id: <20230203044427.32711-11-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230203044427.32711-1-ubely@ilbers.de> References: <20230203044427.32711-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: j86NFXFSm7rw From: Anton Mikanovich Cross compile is stable enough to be enabled by default. Signed-off-by: Anton Mikanovich --- testsuite/cibuilder.py | 2 +- testsuite/citest.py | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/testsuite/cibuilder.py b/testsuite/cibuilder.py index a9d50d42..18ca4919 100755 --- a/testsuite/cibuilder.py +++ b/testsuite/cibuilder.py @@ -52,7 +52,7 @@ class CIBuilder(Test): if not hasattr(self, 'build_dir'): self.error("Broken test implementation: need to call init().") - def configure(self, compat_arch=True, cross=False, debsrc_cache=False, + def configure(self, compat_arch=True, cross=True, debsrc_cache=False, container=False, ccache=False, sstate=False, offline=False, gpg_pub_key=None, wic_deploy_parts=False, dl_dir=None, source_date_epoch=None, image_install=None, **kwargs): diff --git a/testsuite/citest.py b/testsuite/citest.py index 0485dd7b..f5cead59 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -33,7 +33,7 @@ class DevTest(CIBaseTest): ] self.init() - self.perform_build_test(targets, cross=True, image_install="example-raw") + self.perform_build_test(targets, image_install="example-raw") def test_dev_apps(self): targets = [ @@ -86,7 +86,7 @@ class ReproTest(CIBaseTest): self.init() try: - self.perform_repro_test(targets, signed=True, cross=True) + self.perform_repro_test(targets, signed=True) finally: self.move_in_build_dir('tmp', 'tmp_repro_signed') @@ -98,7 +98,7 @@ class ReproTest(CIBaseTest): self.init() try: - self.perform_repro_test(targets) + self.perform_repro_test(targets, cross=False) finally: self.move_in_build_dir('tmp', 'tmp_repro_unsigned') @@ -130,7 +130,7 @@ class CrossTest(CIBaseTest): ] self.init() - self.perform_build_test(targets, cross=True, debsrc_cache=True) + self.perform_build_test(targets, debsrc_cache=True) def test_cross_rpi(self): targets = [ @@ -139,7 +139,7 @@ class CrossTest(CIBaseTest): self.init() try: - self.perform_build_test(targets, cross=True, debsrc_cache=True) + self.perform_build_test(targets, debsrc_cache=True) except: self.cancel('KFAIL') @@ -150,7 +150,7 @@ class CrossTest(CIBaseTest): self.init() try: - self.perform_build_test(targets, cross=True) + self.perform_build_test(targets) except: self.cancel('KFAIL') @@ -162,7 +162,7 @@ class CrossTest(CIBaseTest): self.init() try: - self.perform_build_test(targets, cross=True) + self.perform_build_test(targets) except: self.cancel('KFAIL') -- 2.20.1