From 63dcf6d2e7f20741d35e5cd627e0d8d54c0adfc2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 30 Aug 2023 01:41:04 +0200 Subject: Cross-building Rust is a bit smaller --- community/gsoc/project_ideas/rust.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gsoc/project_ideas') diff --git a/community/gsoc/project_ideas/rust.mdwn b/community/gsoc/project_ideas/rust.mdwn index 9ecf6463..edbd7ca4 100644 --- a/community/gsoc/project_ideas/rust.mdwn +++ b/community/gsoc/project_ideas/rust.mdwn @@ -149,7 +149,7 @@ And then run from `rust/` ./x build --host i686-unknown-hurd-gnu --target i686-unknown-hurd-gnu compiler library cargo rustfmt DESTDIR=/where/you/want ./x install --host i686-unknown-hurd-gnu --target i686-unknown-hurd-gnu -Expect about 30GB disk usage and several hours duration. You also need quite +Expect about 25GB disk usage and several hours duration. You also need quite some ram, 4GB may be needed. Take care if you have many cores and threads, the parallel build of llvm can be quite demanding, you may want to reduce the number of available processors (e.g. disabling SMT by prefixing your commands with -- cgit v1.2.3