Skip to content

Commit

Permalink
enhancement: add --nobuild_runfile_links to bazelrc presets
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Mar 1, 2023
1 parent 6467516 commit 2d9f8f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aspect/bazelrc/performance.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ build --nolegacy_external_runfiles
# In some cases you may need to patch rulesets to add a mnemonic to actions that don't have one.
# https://bazel.build/reference/command-line-reference#flag--modify_execution_info
build --modify_execution_info=PackageTar=+no-remote

# Build runfiles symlink forests for binaries and tests on demand rather than at build time.
# This reduces the overhead incurred when running a binary or test isn't required.
# Docs: https://bazel.build/docs/user-manual#build-runfile-links
build --nobuild_runfile_links

0 comments on commit 2d9f8f3

Please sign in to comment.