Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Carr 9fc2742c6f Merge branch 'jcarr' into devel 2024-01-12 23:18:17 -06:00
Jeff Carr a39a454abe work towards automated builds
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-12 23:17:34 -06:00
1 changed files with 4 additions and 1 deletions

View File

@ -23,10 +23,13 @@ build-release:
go get -v -u -x .
go build
# This will update all your git repos to HEAD
goGetUpdate:
GO111MODULE="off" go get -v -u .
build:
-mkdir -p plugins/
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
GO111MODULE="off" go get -v -u .
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)