Skip to content

Commit

Permalink
Update share/wake/lib/system/remote_cache_runner.wake
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Schmidt <[email protected]>
  • Loading branch information
V-FEXrt and colinschmidt authored Sep 23, 2024
1 parent f56a6d5 commit 28b5f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/wake/lib/system/remote_cache_runner.wake
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export def mkRemoteCacheRunner (rscApi: RemoteCacheApi) (hashFn: RunnerInput =>
# FnOutputs = (\_ "foo/bar.txt", Nil). As this job does *not* list the OutputDirectory foo
# we can't expect it to exist via normal rehydration so special handling is required. A
# less obvious hidden outputs is a symlink that points to a file, both created by the same
# job where only the symlink is output. The symlink would be retored but would be invalid
# job where only the symlink is output. The symlink would be restored but would be invalid
# since the target file doesn't exists.
#
# The current implementation does the following:
Expand Down

0 comments on commit 28b5f49

Please sign in to comment.