From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2023439870245894979==" List-Id: --===============2023439870245894979== 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 --===============2023439870245894979==--