Skip to content

Commit

Permalink
fix(presets): restore build runfile links for the 'coverage' command (#…
Browse files Browse the repository at this point in the history
…943)

* Update performance.bazelrc

* Update performance.bazelrc

* Update performance.bazelrc
  • Loading branch information
alexeagle committed Sep 24, 2024
1 parent 1c05cd3 commit b48be23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .aspect/bazelrc/performance.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b48be23

Please sign in to comment.