-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix $HOME
Mounting for WSL
#199
Comments
There's a current explicit workaround that treats WSL as a special case. The make install script needs to be updated to ensure the vendor script uses the following at line 92:
|
This script detects WSL, and if it is, figures out the local (windows) directory path to $HOME. This works because Docker for Windows can see /c as a volume. Using Docker for Windows on hyper-v, hyper-v does not mount any volume as /home/username as in $HOME, and so using the plain $HOME var from WSL fails. |
@martaver Hello,
references |
Fixed |
* Upgrade to 0.6.3 * Upgrade readme * abuild does not support masked deps
what
$HOME
to/localhost
is not working on WSL (Windows Shell for Linux)why
examples
This works:
This does not:
Maybe we should do something like in the wrapper script if we detect WSL:
or
references
The text was updated successfully, but these errors were encountered: