Location (URL)
Platform Support in the rustc book
Summary
Platform Support in the rustc book does not document which versions of dragonfly are supported, the maintainers, building, and testing. According to my test DragonFly BSD 6.0 is the lowest version that I can get Rust 1.95.0 to bootstrap. The rust-std library is unable to be built for DragonFly BSD 5.8 due to the requirement of pthread_setname_np and clock_nanosleep. I haven't run the Rust testsuite yet.
Location (URL)
Platform Support in the rustc book
Summary
Platform Support in the rustc book does not document which versions of dragonfly are supported, the maintainers, building, and testing. According to my test DragonFly BSD 6.0 is the lowest version that I can get Rust 1.95.0 to bootstrap. The rust-std library is unable to be built for DragonFly BSD 5.8 due to the requirement of
pthread_setname_npandclock_nanosleep. I haven't run the Rust testsuite yet.