summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-30 01:41:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-30 01:41:04 +0200
commit63dcf6d2e7f20741d35e5cd627e0d8d54c0adfc2 (patch)
tree03399928f11c6fc8939532f56558950c83f94325 /community/gsoc/project_ideas
parente50fbb5e2c97671b0035baef9c6a0adf28cc8b4d (diff)
Cross-building Rust is a bit smaller
Diffstat (limited to 'community/gsoc/project_ideas')
-rw-r--r--community/gsoc/project_ideas/rust.mdwn2
1 files changed, 1 insertions, 1 deletions
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