From patchwork Mon Feb 21 18:42:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5194 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2WQt47lRz3wtM for ; Mon, 21 Feb 2022 18:43:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4K2WQm3dCdz5S6; Mon, 21 Feb 2022 18:43:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2WQl398mz32Km; Mon, 21 Feb 2022 18:43:27 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K2WQk16DVz2yW4 for ; Mon, 21 Feb 2022 18:43:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4K2WQj713GztC; Mon, 21 Feb 2022 18:43:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645469006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8WWKfz50Dk/OaXlJ+ff1AgbrMki//c4WxfpvIF+6IuA=; b=I757uBev5kNi0cHU0tcCmUPXMtrAlBVeWDkxmF1Pqw/eTeIZdq7SzmN/Uo5ReDUh9EC299 OkvnWU7mQvtymjAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645469006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8WWKfz50Dk/OaXlJ+ff1AgbrMki//c4WxfpvIF+6IuA=; b=nRcs7LxNsaX34w923j0YI3WJG4NC8974eJzcCAxMBgbqcBXq/XPeVZ5Wc+3gUThcbr4Wct w6ryYnSOqmkL3DYhE60uj+DuKK+2vHIsZ5nlY6bQNCovbSJt43VEfbEdy2Yoq9kWSKY3bl 9MWOE4jUfMab4mXZD+fl0ANvd1BjgxtT4RG6Tn12zYWJMhnQSL7puZz6NwOmIzNIpB5tov yipe5N8PCzB7I/1tYqJSeP0VE9rajRASA2fApaTrZB+AgtHJHS6UvnJt1Y+v1gx840jihQ WiX5AoIo+F2ccdC2rR7+8ofNT2y4MyqFnsO/9UyEv7u+79+gR74N/q49rk/iBw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 03/27] make.sh: Build the rust compiler earlier Date: Mon, 21 Feb 2022 18:42:54 +0000 Message-Id: <20220221184318.1158749-3-michael.tremer@ipfire.org> In-Reply-To: <20220221184318.1158749-1-michael.tremer@ipfire.org> References: <20220221184318.1158749-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" rustc is being required earlier for building python3-cryptography. Signed-off-by: Michael Tremer --- make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make.sh b/make.sh index a982c0d16..92a766068 100755 --- a/make.sh +++ b/make.sh @@ -1150,6 +1150,7 @@ buildipfire() { lfsmake2 configroot lfsmake2 initscripts lfsmake2 backup + lfsmake2 rust lfsmake2 openssl lfsmake2 kmod lfsmake2 udev