mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Strip the proto build guard
This commit is contained in:
parent
3753e2bded
commit
cea4c010a6
@ -42,6 +42,5 @@ gotoprotobuf=$(kube::util::find-binary "go-to-protobuf")
|
||||
# satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the core Google protobuf types
|
||||
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
|
||||
"${gotoprotobuf}" \
|
||||
--conditional="proto" \
|
||||
--proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \
|
||||
--proto-import="${KUBE_ROOT}/third_party/protobuf"
|
||||
|
@ -26,7 +26,6 @@ SILENT=true
|
||||
# Excluded checks are always skipped.
|
||||
EXCLUDED_CHECKS=(
|
||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
||||
"verify-generated-protobuf.sh" # TODO(smarterclayton) add when protobuf is part of direct generation
|
||||
)
|
||||
|
||||
function is-excluded {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// +build proto
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user