Skip to content

Boostrapping the Rust compiler on DragonFlyBSD (Scripts only, no binaries)

License

Notifications You must be signed in to change notification settings

DragonFlyBSD/rust-bootstrap-dragonfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef04e7e · Apr 5, 2025

History

76 Commits
Apr 23, 2018
Apr 23, 2018
Aug 23, 2018
May 11, 2018
Aug 24, 2018
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Dec 8, 2019
Dec 18, 2019
Dec 31, 2019
Mar 20, 2020
May 4, 2020
Jun 22, 2020
Jun 22, 2020
Aug 6, 2020
Aug 6, 2020
Oct 28, 2020
Aug 7, 2020
Oct 28, 2020
Jan 23, 2021
Feb 24, 2021
Jul 7, 2021
Jul 7, 2021
Jul 8, 2021
Oct 25, 2021
Oct 25, 2021
Nov 30, 2021
Nov 30, 2021
Apr 17, 2022
Apr 17, 2022
Apr 17, 2022
Jul 15, 2022
Jul 23, 2022
Oct 15, 2022
Oct 20, 2022
Oct 20, 2022
Jan 22, 2023
Jan 22, 2023
Apr 14, 2023
Apr 15, 2023
Jul 30, 2023
Jul 30, 2023
Oct 25, 2023
Feb 16, 2024
Feb 16, 2024
Apr 11, 2024
Sep 16, 2024
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Apr 3, 2025
Apr 3, 2025
Apr 4, 2025
Apr 4, 2025
Apr 5, 2025
Apr 5, 2025
Apr 5, 2025
Aug 23, 2018
Apr 23, 2018
Apr 11, 2024
Apr 5, 2025
Apr 11, 2024
Apr 23, 2018

Repository files navigation

rust-bootstrap-dragonfly

Boostrapping the Rust compiler on DragonFlyBSD (Scripts only, no binaries)

Build dependencies

  • devel/llvm50
  • (devel/llvm60)
  • gcc7
  • lang/python (e.g. python39)
  • devel/cmake
  • security/libssh
  • perl5 (for shasum)

Howto build

Currently, only Rust >= 1.28.0 can be build, due to changing where the bootstrap files are fetched.

mkdir -p $HOME/rust
cd $HOME/rust && git clone https://github.com/mneumann/rust-bootstrap-dragonfly.git
cd $HOME/rust/rust-bootstrap-dragonfly/1.28.0 && ./build.sh $HOME/rust/build-1.28.0