From patchwork Tue Feb 22 12:50:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5231 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 4K2zZk38hmz3xgf for ; Tue, 22 Feb 2022 12:51:58 +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 4K2zZc0bpcz5WS; Tue, 22 Feb 2022 12:51:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZb6p1xz30HP; Tue, 22 Feb 2022 12:51:51 +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 4K2zZY23N5z2xKb for ; Tue, 22 Feb 2022 12:51:49 +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 4K2zZX2GSMz1y7; Tue, 22 Feb 2022 12:51:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534308; 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=N3IZsR/fMjPBk71G3BwhWtXzvAhl9cRc8AhUbRdmdFkShN2tD7jfjCG9SzFolbe5fGQkzZ 7+jLbnw10FxJ5GDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534308; 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=cOfAJmM+h0rowbbPevAor875aSOymtRMICYjxr9I9wwkxhMUEKUBnAF2FRKYltK5KljMA5 V2U/Cx84AfG0u/IuC3Pgy9jGokZsn4807hjCvBWJXwObr28JqaD2HjQz9fjnPGG8sZMAh7 K2W1TSFgMvar/UxwfpdCfAjJz07kkD2Kcu9HlzqOaeQf2Nk9gsr7KtfohHOj4aSvzsF1Mg 1Ilc4/cy4C2RmiiN2QGDQmLxC0aPdC7eHY4YCWJMD3QekvbiuXcr/OnTlD4lPrgY4++qKv jFcvyphZ2uU27tw3XywQ31yzCcFLiMAL1QnHim27K4EJ8ERkiLDPpsUTIvpB6Q== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 07/50] make.sh: Build the rust compiler earlier Date: Tue, 22 Feb 2022 12:50:52 +0000 Message-Id: <20220222125135.1211290-8-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-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