Skip to content

Commit

Permalink
Update src/main/java/com/google/devtools/build/lib/worker/WorkerSpawn…
Browse files Browse the repository at this point in the history
…Runner.java

Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
meteorcloudy and fmeum authored Oct 29, 2024
1 parent 437ab08 commit 552dcd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private WorkRequest createWorkRequest(

requestBuilder
.addInputsBuilder()
.setPath(reencodeInternalToExternal(input.getExecPathString()))
.setPath(decodeBytestringUtf8(input.getExecPathString()))
.setDigest(digest);
}
if (workerOptions.workerVerbose) {
Expand Down

0 comments on commit 552dcd4

Please sign in to comment.