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
The main problem, that on windows you should try to look for files with various executable marking extensions in name. Current workaround is to provide full name with ".exe" for the lookup in windows specific paths, but it doesn't fix the root cause.
My proposal would be to take and modify for this specific need Go lang versions if there are no problems with licensing (haven't checked it yet).
If it is fine forking and including some sources from Go itself into this project, I can try making PR.
Current implementation https://github.com/containers/common/blob/main/pkg/config/config.go#L1254 is oversimplified, when looking up binaries in the preconfigured paths. It should better match behavior of exec.LookPath which has dedicated
The main problem, that on windows you should try to look for files with various executable marking extensions in name. Current workaround is to provide full name with ".exe" for the lookup in windows specific paths, but it doesn't fix the root cause.
My proposal would be to take and modify for this specific need Go lang versions if there are no problems with licensing (haven't checked it yet).
If it is fine forking and including some sources from Go itself into this project, I can try making PR.
Was discovered making experiments with podman and qemu on windows: containers/podman#13006
The text was updated successfully, but these errors were encountered: