Skip to content

Commit

Permalink
Disable runfile tree building when --remote_download_minimal
Browse files Browse the repository at this point in the history
Since we don't download any outputs there's no point in building the runfile tree. After this change there should no longer be dangling symlinks in the output base. It can also improve performance if symlink tree creation is slow.

Closes #9315.

PiperOrigin-RevId: 266964992
  • Loading branch information
buchgr authored and Copybara-Service committed Sep 3, 2019
1 parent e447eaa commit b51f956
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ public RemoteOutputsStrategyConverter() {
oldName = "experimental_remote_download_minimal",
defaultValue = "null",
expansion = {
"--nobuild_runfile_links",
"--experimental_inmemory_jdeps_files",
"--experimental_inmemory_dotd_files",
"--experimental_remote_download_outputs=minimal"
Expand Down

0 comments on commit b51f956

Please sign in to comment.