-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Trying to turn on windows tests (#16457) I'm now hitting errors like
---- path::GenericPath::set_extension_0 stdout ----
error: could not exec the linker `gcc`: OS Error 206: The filename or extension is too long.
error: aborting due to previous error
task 'path::GenericPath::set_extension_0' failed at 'Box<Any>', C:\bot\slave\auto-win32-32-opt\b\src\libsyntax\ast_util.rs:784
Windows hates long paths.
Metadata
Metadata
Assignees
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.