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
(I'm running these steps directly in my gitlab runner on your tobix/pywine:3.11, meaning it should probably work by just adding these steps in the dockerfile)
Not sure how clean it is to just write to c/windows/system32/, but trying to put it elsewhere and adding to path didn't cut it (some scripts with subprocess.run(..., shell=False) wouldn't find the git executable)
I wasn't able to complete the headless installation due to git-for-windows/git#3636
But maybe there's a way, I'm not familiar at all with wine nor the windows command line.
Hey !! Thanks for the image, works flawlessly to cross build .exe !!
I'm however stuck with a project which relies on setuptools_scm, since there is not git in Wine.
I was not able to install it even by following https://github.com/git-for-windows/git/wiki/Silent-or-Unattended-Installation.
You probably don't want to include too much things in wine, but git would be a nice addition, especially in the context of CI.
The text was updated successfully, but these errors were encountered: