Skip to content

zlib-x86_64-linux-musl

Compare
Choose a tag to compare
@NicholasLYang NicholasLYang released this 02 Mar 21:23
· 2778 commits to main since this release
e680e72
Calculate TaskHash while constructing PackageTask (#4016)

We want to calculate this earlier, because it has some important side
effects such as gathering the hashable inputs, etc. By moving this up
the chain, we can ensure that more information is available for run
summary and dry run summary in a consistent way.