2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00

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

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