Skip to content

Commit b48be23

Browse files
authored
fix(presets): restore build runfile links for the 'coverage' command (#943)
* Update performance.bazelrc * Update performance.bazelrc * Update performance.bazelrc
1 parent 1c05cd3 commit b48be23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .aspect/bazelrc/performance.bazelrc

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ build --nolegacy_external_runfiles
2727
# outside of `bazel run`. In those cases, the script will need to call
2828
# `bazel build --build_runfile_links //my/binary:target` and then execute the resulting program.
2929
build --nobuild_runfile_links
30+
31+
# Needed prior to Bazel 8; see
32+
# https://github.com/bazelbuild/bazel/issues/20577
33+
coverage --build_runfile_links

0 commit comments

Comments
 (0)