Commit be835455 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40546 from ixdy/bazel-release-tars

Automatic merge from submit-queue Default EMBED_LICENSE_TARGETS=true for make bazel-release **What this PR does / why we need it**: the cluster startup scripts currently fail if `LICENSES` or `kubernetes-src.tar.gz` don't exist, e.g. https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/gci/configure.sh#L180-L181. **Release note**: ```release-note NONE ```
parents bb29efb0 f9d63ef9
...@@ -512,5 +512,5 @@ bazel-release: ...@@ -512,5 +512,5 @@ bazel-release:
@echo "$$BAZEL_BUILD_HELP_INFO" @echo "$$BAZEL_BUILD_HELP_INFO"
else else
bazel-release: bazel-release:
bazel build //build/release-tars bazel build //build/release-tars --define "EMBED_LICENSE_TARGETS=true"
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment