From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kDFhFMn1UWEpOQAAgWs5BA (envelope-from ) for ; Mon, 27 Sep 2021 18:48:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4AsOEMn1UWExWQAAbx9fmQ (envelope-from ) for ; Mon, 27 Sep 2021 16:48:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D61201C704 for ; Mon, 27 Sep 2021 18:48:08 +0200 (CEST) Received: from localhost ([::1]:44812 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUssi-0004sc-8e for larch@yhetil.org; Mon, 27 Sep 2021 11:49:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUsqU-0001M0-0l for bug-guix@gnu.org; Mon, 27 Sep 2021 11:47:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59271) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mUsqT-0007pL-PQ for bug-guix@gnu.org; Mon, 27 Sep 2021 11:47:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mUsqT-00047u-NT for bug-guix@gnu.org; Mon, 27 Sep 2021 11:47:09 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#50299: [PATCH v2 24/27] gnu: tdlib: Don't run tests when cross-compiling. Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 27 Sep 2021 15:47:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50299 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Received: via spool by 50299-submit@debbugs.gnu.org id=B50299.163275757815595 (code B ref 50299); Mon, 27 Sep 2021 15:47:09 +0000 Received: (at 50299) by debbugs.gnu.org; 27 Sep 2021 15:46:18 +0000 Received: from localhost ([127.0.0.1]:42552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUspd-00043M-PW for submit@debbugs.gnu.org; Mon, 27 Sep 2021 11:46:18 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:42058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUspJ-0003xm-RM for 50299@debbugs.gnu.org; Mon, 27 Sep 2021 11:45:58 -0400 Received: from localhost.localdomain ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by laurent.telenet-ops.be with bizsmtp id z3li2500H0mfAB4013lxpy; Mon, 27 Sep 2021 17:45:57 +0200 From: Maxime Devos Date: Mon, 27 Sep 2021 17:45:34 +0200 Message-Id: <20210927154537.28227-24-maximedevos@telenet.be> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210927154537.28227-1-maximedevos@telenet.be> References: <20210927154537.28227-1-maximedevos@telenet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1632757557; bh=KpJ5ngFygbKJFIV9jXQojZ7izoLfsLlO7hM+SmbIjBQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=P0eRylfCWBUyujc8WVBO8PR4mIoab+XYjzOd4FK3R6QpChcI9+66ar6pYs4ESwpXM 8FosXo8xaZ97tp3QR65vJL0KwJt/G0wQ/2hQeQNFM3NPiJeAYKZFve5iOfN045lcBP 8e1nvwrG38YKwTtbGD7AbgpauljfWjPDcp9VKVLKz5u8cyDVCMOQBZ2WIJNKWaIXOh z9cpQnkC4ZjkFpDoUAQT43PCqfGrElWQKkCUXjYt7l5rDvy2QVUheINnHtPU80mmPN Vr+pRbecmzVDMRlpOM5YE64fCgi+ZHFXm7WMe+ZndT5NKWLYFqIFzdqvil9aW3TdPI 9OwNYV4pgpGWg== X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 50299@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1632761288; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=KpJ5ngFygbKJFIV9jXQojZ7izoLfsLlO7hM+SmbIjBQ=; b=DePCB5X6xeFDc5IWaac3pFvMt9xVJaT15suhqdQfQPjyrUnwdY3TkW6bSDSp1WvivdSz9s Qoq/EXQPv1EzYOv/ZoBRdG3xXfzZmcKIZLc+B5Bw3NBR2YLku6LrHo+8i/lKfrGo+VtAI6 GCnxAVUABtp/3qOvCYXDkNYw6CryCi2Lysppeo/hFErZgjrrCHAQzBHMT50icyvuchWlwY GCpJJIkBXdfS3aYnGLm4pSGemdaGSCF0BcR2jwNCiYop7fsrEhEKYeCIp26fU3IhWFuPmL Q8OF1oGlwma8GtCo1QBD6Q2D8F0h9MHC4KdEw80sCj2HOJUUmvTZK/R2u9t9Cg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1632761288; a=rsa-sha256; cv=none; b=YEN/lZH9IaLXFfpJzU6WvnH982WDQmoIRsON8QpF/Tpfd+uiz/ZPvBAT1vHX3JvtbzDS0/ JyeG3tioS5KRHABWSmvfbME+SxJ/R6E8AwoL5Hb2r7vFjdGFBf4BalW5mv3NuA4qQypBdb oZqffJ4shttFvLRMxEkQhQPMVVVI/+cEeQwdrPqeGiSle4ym6hVaXdrgKjEFAfzyCRSyHZ aV+10ljj+kO7AxaazFyfnqtufBLNtM9qEpD3OOJu180863uZiRcHAwXZnP8nXlCIqI2Kqf zOjB094wuIlEbEcyiMaGedE7eVeEg5quZUn9oAZx5iI3JS398C6sgZkQIxbDtw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r21 header.b=P0eRylfC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Spam-Score: 5.21 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r21 header.b=P0eRylfC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: D61201C704 X-Spam-Score: 5.21 X-Migadu-Scanner: scn0.migadu.com X-TUID: mf13psg2pzCN * gnu/packages/messaging.scm (tdlib)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. --- gnu/packages/messaging.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a7fed957a3..5f90a524d7 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2551,8 +2551,7 @@ replacement.") (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments - `(#:tests? #t - #:configure-flags + `(#:configure-flags (list "-DCMAKE_BUILD_TYPE=Release" "-DTD_ENABLE_LTO=OFF") ; FIXME: Get LTO to work. #:phases -- 2.33.0