mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:09:08 +00:00
Remove go generate from scripts
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
8fff7f573b
commit
cb061687d4
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
rm -rf build/data
|
||||
mkdir -p build/data
|
||||
|
||||
GO=${GO-go}
|
||||
|
||||
echo Running: "${GO}" generate
|
||||
"${GO}" generate
|
||||
@@ -14,9 +14,6 @@ sha256sum -c install.sh.sha256sum
|
||||
echo Running: go mod tidy
|
||||
go mod tidy
|
||||
|
||||
echo Running: go generate
|
||||
GOOS=linux CC=gcc CXX=g++ go generate
|
||||
|
||||
echo Running validation
|
||||
|
||||
. ./scripts/version.sh
|
||||
|
||||
Reference in New Issue
Block a user