From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2786386089345256718==" List-Id: --===============2786386089345256718== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.30.2 --===============2786386089345256718==--