allow static Go build#886
Conversation
This make a simple go compile just work Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
This removes the sanity checks so a plain go build created executable can be just run. Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Not sure what I should do here. If anything add some changes into the baddev script so that that branch gains some of these properties in a more mergeable way?? |
|
you could not merge, then I'll keep them in my fork - it's mostly so I (and maybe others) can have a static build. I was under impressession that baddev will be thrown away at some point anyway? |
This branch is rebuilt constantly using this script: https://github.com/purpleidea/mgmt/blob/master/misc/make-baddev.sh If you'd like to make some of those changes in such a way that the issue is solved in that single commit using this script, that's the place to put it. I don't know if |
e5062cd to
67a3879
Compare
4efdbfe to
3a9cdab
Compare
7d335d0 to
7f05db0
Compare
This implements the few things we discussed in #877
I took the brute force approach.