pushup icon indicating copy to clipboard operation
pushup copied to clipboard

No Windows support?

Open the-goodies opened this issue 2 years ago • 2 comments

I wanted to try this framework, but while installing, got this error:

C:\Users\the-goodies>go install github.com/adhocteam/pushup@latest
go: downloading github.com/adhocteam/pushup v0.0.0-20230114193557-dc4b44b29612
go: downloading golang.org/x/mod v0.7.0
go: downloading golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
# github.com/adhocteam/pushup
go\pkg\mod\github.com\adhocteam\[email protected]\main.go:2310:21: undefined: syscall.Kill
go\pkg\mod\github.com\adhocteam\[email protected]\proc_attr_notlinux.go:12:3: unknown field Setpgid in struct literal of type syscall.SysProcAttr

the-goodies avatar Jan 14 '23 23:01 the-goodies

Thank you for the report, and apologies that it doesn't work.

We would love to support windows but none of the developers on the project use it - anybody who would like to contribute Windows support would be most welcome

llimllib avatar Jan 14 '23 23:01 llimllib

Hey all,

https://github.com/adhocteam/pushup/pull/121 fixes Windows, but I dont have a windows machine to test..

gedw99 avatar Jan 17 '24 17:01 gedw99