Skip to content

Commit

Permalink
Update enterprise/server/remote_execution/dirtools/dirtools.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Duffany <brandon@buildbuddy.io>
  • Loading branch information
sluongng and bduffany authored Apr 25, 2023
1 parent f47805e commit 3c69693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/remote_execution/dirtools/dirtools.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func UploadTree(ctx context.Context, env environment.Env, dirHelper *DirHelper,
// - https://github.com/bazelbuild/bazel/pull/18198
// - https://github.com/bazelbuild/bazel/pull/18202
if targetInfo, err := os.Stat(fqfn); err == nil {
// OutputFileSymlinks and OutputDirectorySymlinks are deprecated in REAPI v2.2,
// OutputFileSymlinks and OutputDirectorySymlinks are deprecated in REAPI v2.1,
// but Bazel still uses them as of v6.2.0.
//
// Set both the deprecated and the new fields to keep backward compatibility
Expand Down

0 comments on commit 3c69693

Please sign in to comment.