build with GO111MODULE=off
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
012eacafd9
commit
7fd58e60ae
3
Makefile
3
Makefile
|
@ -1,6 +1,7 @@
|
||||||
all:
|
all:
|
||||||
echo "build it!"
|
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
|
sudo setcap 'cap_net_bind_service=+ep' go.wit.com
|
||||||
./go.wit.com
|
./go.wit.com
|
||||||
@# ./myrepos >/tmp/myrepos.stderr 2>&1
|
@# ./myrepos >/tmp/myrepos.stderr 2>&1
|
||||||
|
|
Loading…
Reference in New Issue