You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a user gives an output file named .gz we will use java's gzip support to write the file. However, doing that adds a timestamp into the file, which makes two things written the same have a different hash.
This may cause cache-busting downstream when nothing else has changed if the outputs of any gzipped files wind up as inputs in the build.
The text was updated successfully, but these errors were encountered:
if a user gives an output file named
.gz
we will use java's gzip support to write the file. However, doing that adds a timestamp into the file, which makes two things written the same have a different hash.This may cause cache-busting downstream when nothing else has changed if the outputs of any gzipped files wind up as inputs in the build.
The text was updated successfully, but these errors were encountered: