From b48be237800044679c40bc4be42b7033f9345476 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 23 Sep 2024 21:38:54 -0700 Subject: [PATCH] fix(presets): restore build runfile links for the 'coverage' command (#943) * Update performance.bazelrc * Update performance.bazelrc * Update performance.bazelrc --- .aspect/bazelrc/performance.bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.aspect/bazelrc/performance.bazelrc b/.aspect/bazelrc/performance.bazelrc index fa364a465..8026102c0 100644 --- a/.aspect/bazelrc/performance.bazelrc +++ b/.aspect/bazelrc/performance.bazelrc @@ -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