We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fbf28 commit 443b966Copy full SHA for 443b966
2 files changed
ci/cloud_build_release.sh
@@ -38,6 +38,7 @@ image_repo="gcr.io/pixie-oss/pixie-prod"
38
39
bazel run -c opt \
40
--config=stamp \
41
+ --config=x86_64_sysroot \
42
--action_env=GOOGLE_APPLICATION_CREDENTIALS \
43
--//k8s:image_repository="${image_repo}" \
44
--//k8s:image_version="${release_tag}" \
tools/licenses/BUILD.bazel
@@ -46,7 +46,7 @@ fetch_licenses(
46
name = "go_licenses",
47
src = "//:pl_3p_go_sum",
48
disallow_missing = select({
49
- "//bazel:stamped": True,
+ # "//bazel:stamped": True,
50
"//conditions:default": False,
51
}),
52
fetch_tool = ":fetch_licenses",
0 commit comments