diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 14:52:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 14:52:12 -0600 |
| commit | 7fd58e60ae46b80263071ca3902de0c2bd67f215 (patch) | |
| tree | d92000e461dce2910710cb87d82218903c21885c | |
| parent | 012eacafd9f586982e1bd851dfa4d2014990b87b (diff) | |
build with GO111MODULE=off
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ all: echo "build it!" - go build -v -x + GO111MODULE=off go get -u -v . + GO111MODULE=off go build -v -x sudo setcap 'cap_net_bind_service=+ep' go.wit.com ./go.wit.com @# ./myrepos >/tmp/myrepos.stderr 2>&1 |
