Skip to content

Commit

Permalink
Strip debug information from system image binaries.
Browse files Browse the repository at this point in the history
Bug: 377431387
Change-Id: I3278f898bb0a707e60cc0992b0631ba596551c1c
  • Loading branch information
thmsbinder committed Nov 6, 2024
1 parent e3e6446 commit 1519917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ run-cc-functions-client addr request:
bazel-out/k8-fastbuild/bin/cc/client/cli {{addr}} {{request}}

bazel_build_opt target:
bazel build {{BAZEL_CONFIG_FLAG}} --compilation_mode opt "{{target}}"
bazel build {{BAZEL_CONFIG_FLAG}} --compilation_mode opt --strip always "{{target}}"

containers_placer_artifacts:
# We need to copy things out of bazel-bin so that the remaining actions in the kokoro_build_containers script can find them
Expand Down

0 comments on commit 1519917

Please sign in to comment.