Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable runfile tree building when --remote_download_minimal #9315

Closed
wants to merge 1 commit into from

Conversation

buchgr
Copy link
Contributor

@buchgr buchgr commented Sep 3, 2019

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.

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.
Copy link
Contributor

@ishikhman ishikhman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jin jin added the team-Remote-Exec Issues and PRs for the Execution (Remote) team label Sep 3, 2019
@bazel-io bazel-io closed this in b51f956 Sep 3, 2019
gnarled-cipher pushed a commit to gnarled-cipher/bazel that referenced this pull request Sep 4, 2019
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 bazelbuild#9315.

PiperOrigin-RevId: 266964992
@ishikhman
Copy link
Contributor

Related to #8581

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants