summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-06-08 16:40:24 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-06-08 16:40:24 +0200
commit52df83a7708aebdfcaad44fc6047b229f17bc658 (patch)
treefcf05598abef6e3ba02dfcccf59ae56280897042 /community
parent20082753d3c1aa6a26a0c72a1b9c15bbb23bedd0 (diff)
Add the build command
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas/rust.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/rust.mdwn b/community/gsoc/project_ideas/rust.mdwn
index 2e0235a2..9f0a7696 100644
--- a/community/gsoc/project_ideas/rust.mdwn
+++ b/community/gsoc/project_ideas/rust.mdwn
@@ -60,6 +60,9 @@ You can contact the bug-hurd@gnu.org mailing list to discuss about this project.
Bonding exercise: Building the Debian rustc package on Debian GNU/Linux.
Building some Debian package (not rustc) on Debian GNU/Hurd.
Have a look at the [initial attempt against rustc 1.30](https://people.debian.org/~sthibault/hurd-i386/rustc-1.30-patch) to get an idea how it looks like, how the ABI gets expressed in Rust.
+Then one builds the cross-compiler with
+
+ DEB_BUILD_OPTIONS=parallel=8 dpkg-buildpackage -B -ahurd-i386 -Ppkg.rustc.dlstage0,nocheck -nc
[Rust language](https://www.rust-lang.org/)