pushup
pushup copied to clipboard
No Windows support?
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
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
Hey all,
https://github.com/adhocteam/pushup/pull/121 fixes Windows, but I dont have a windows machine to test..