Delete dqlite

This commit is contained in:
Darren Shepherd
2020-05-05 16:26:05 -07:00
parent 7e59c0801e
commit 4317a91b96
19 changed files with 4 additions and 1047 deletions

View File

@@ -56,9 +56,6 @@ LDFLAGS="
-w -s
"
STATIC="-extldflags '-static'"
if [ "$DQLITE" = 'true' ]; then
DQLITE_TAGS='dqlite'
fi
CGO_ENABLED=0 "${GO}" build -tags "$DQLITE_TAGS" -ldflags "$LDFLAGS $STATIC" -o ${CMD_NAME} ./cmd/k3s/main.go
CGO_ENABLED=0 "${GO}" build -ldflags "$LDFLAGS $STATIC" -o ${CMD_NAME} ./cmd/k3s/main.go
./scripts/build-upload ${CMD_NAME} ${COMMIT}