-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Document the support policy for *-unknown-dragonfly #156273
Copy link
Copy link
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-dragonflyOperating system: DragonFly BSDOperating system: DragonFly BSDneeds-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-dragonflyOperating system: DragonFly BSDOperating system: DragonFly BSDneeds-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.