-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction steps
- Clone the repo
make init_windows
Expected Results
./utils/easyvpn/easyvpn.exe to be created.
Actual Results
C:\Users\Wadeck\Workspace\_docker-openvpn>make init_windows
make -C utils/easyvpn init_windows
make[1]: entrant dans le répertoire « C:/Users/Wadeck/Workspace/_docker-openvpn/utils/easyvpn »
docker run --rm -v "C:/Users/Wadeck/Workspace/_docker-openvpn/utils/easyvpn":/easyvpn -w /easyvpn golang:1.25.3 make build_windows
docker: Error response from daemon: the working directory 'C:/App/Git/easyvpn' is invalid, it needs to be an absolute path
Run 'docker run --help' for more information
make[1]: *** [init_windows] Erreur 125
make[1]: quittant le répertoire « C:/Users/Wadeck/Workspace/_docker-openvpn/utils/easyvpn »
make: *** [init_windows] Erreur 2
Anything else?
FYI I haven't investigated anything, as I switched to WSL to use the init_linux instead (which works fine)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working