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:
Alex Eagle 2024-09-23 21:38:54 -07:00 committed by GitHub
parent 1c05cd3224
commit b48be23780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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