fix(presets): restore build runfile links for the 'coverage' command (#943)
* Update performance.bazelrc * Update performance.bazelrc * Update performance.bazelrc
This commit is contained in:
parent
1c05cd3224
commit
b48be23780
|
@ -27,3 +27,7 @@ build --nolegacy_external_runfiles
|
|||
# outside of `bazel run`. In those cases, the script will need to call
|
||||
# `bazel build --build_runfile_links //my/binary:target` and then execute the resulting program.
|
||||
build --nobuild_runfile_links
|
||||
|
||||
# Needed prior to Bazel 8; see
|
||||
# https://github.com/bazelbuild/bazel/issues/20577
|
||||
coverage --build_runfile_links
|
||||
|
|
Loading…
Reference in New Issue