Update Spec.full_hash docstring (#26456)
The docstring is outdated since #21735 when the build hash has been included in the full hash.
This commit is contained in:
parent
baa50c6679
commit
e91815de7c
@ -1544,10 +1544,7 @@ def full_hash(self, length=None):
|
|||||||
"""Hash to determine when to rebuild packages in the build pipeline.
|
"""Hash to determine when to rebuild packages in the build pipeline.
|
||||||
|
|
||||||
This hash includes the package hash, so that we know when package
|
This hash includes the package hash, so that we know when package
|
||||||
files has changed between builds. It does not currently include
|
files has changed between builds.
|
||||||
build dependencies, though it likely should.
|
|
||||||
|
|
||||||
TODO: investigate whether to include build deps here.
|
|
||||||
"""
|
"""
|
||||||
return self._cached_hash(ht.full_hash, length)
|
return self._cached_hash(ht.full_hash, length)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user