Merge branch 'jcarr' into devel
This commit is contained in:
commit
9fc2742c6f
5
Makefile
5
Makefile
|
@ -23,10 +23,13 @@ build-release:
|
||||||
go get -v -u -x .
|
go get -v -u -x .
|
||||||
go build
|
go build
|
||||||
|
|
||||||
|
# This will update all your git repos to HEAD
|
||||||
|
goGetUpdate:
|
||||||
|
GO111MODULE="off" go get -v -u .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
-mkdir -p plugins/
|
-mkdir -p plugins/
|
||||||
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
|
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
|
||||||
GO111MODULE="off" go get -v -u .
|
|
||||||
GO111MODULE="off" go build -v
|
GO111MODULE="off" go build -v
|
||||||
|
|
||||||
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)
|
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)
|
||||||
|
|
Loading…
Reference in New Issue