Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up`x.py doc` cannot work when a junction point / symbolic link cannot be created. #43801
Comments
Mark-Simulacrum
added
A-rustbuild
C-enhancement
T-infra
labels
Aug 11, 2017
kennytm
changed the title
`x.py doc` cannot work on when a junction point / symbolic link cannot be created.
`x.py doc` cannot work when a junction point / symbolic link cannot be created.
Aug 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kennytm commentedAug 11, 2017
... for instance, in a VirtualBox shared folder, which are mapped as network drive, does not support junction point on Windows, which causes
Incorrect function. (os error 1)always.Symbolic links (junction points) are used because:
There should be other way to achieve the same effect? For example forcing
rustdocto output tostage$N/$TARGET/doc(bootstrap already wrappedrustdocso it should be fine).