make: revert switch to 'go install'
go install acts incredibly weirdly and rarely does what you want, not to
mention that it's just bad for distribution build setups. Switch back to
go build, which works properly and doesn't have half as many issues.
Fixes: 6c9628cdb1
("Build and install from GOPATH")
Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
6d76ea2fa1
commit
0d7147ff5c
3 changed files with 12 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,3 +12,6 @@ test/bin2img/bin2img
|
|||
test/copyimg/copyimg
|
||||
test/testdata/redis-image
|
||||
test/checkseccomp/checkseccomp
|
||||
ocid
|
||||
ocic
|
||||
kpod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue