You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the dependency on WSL2, and properly handles DOS-style paths,
UNC paths, including those on localhost, even if Docker itself does not
support them.
Closescross-rs#854.
Related to cross-rs#665.
Removes the dependency on WSL2, and properly handles DOS-style paths,
UNC paths, including those on localhost, even if Docker itself does not
support them.
Closescross-rs#854.
Related to cross-rs#665.
856: Remove WSLpath and implement WSL-style path. r=Emilgardis a=Alexhuszagh
Removes the dependency on WSL2, and properly handles DOS-style paths, UNC paths, including those on localhost, even if Docker itself does not support them.
Closes#854.
Related to #665.
Supersedes #852.
Co-authored-by: Alex Huszagh <[email protected]>
Checklist
Describe your issue
Currently, we use
wsl -e wslpath -a ...
to find the WSL2 path of a file for our mount point on Windows. This poses a few issues:A simple test is as follows:
What target(s) are you cross-compiling for?
No response
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
latest main build
Example
No response
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: