mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +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
|
# satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the core Google protobuf types
|
||||||
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
|
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
|
||||||
"${gotoprotobuf}" \
|
"${gotoprotobuf}" \
|
||||||
--conditional="proto" \
|
|
||||||
--proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \
|
--proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \
|
||||||
--proto-import="${KUBE_ROOT}/third_party/protobuf"
|
--proto-import="${KUBE_ROOT}/third_party/protobuf"
|
||||||
|
@ -26,7 +26,6 @@ SILENT=true
|
|||||||
# Excluded checks are always skipped.
|
# Excluded checks are always skipped.
|
||||||
EXCLUDED_CHECKS=(
|
EXCLUDED_CHECKS=(
|
||||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
"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 {
|
function is-excluded {
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2014 The Kubernetes Authors All rights reserved.
|
Copyright 2014 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// +build proto
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors All rights reserved.
|
Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user