Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The Gazelle Python Manifest hash: how critical is it? Can we add a flag to remove it? #2974

Answered by aignas
dougthor42 asked this question in Q&A
Discussion options

You must be logged in to vote

If you specify the requirements file, then it will use the hash to short-circuit the go_test that is running to check that the file is up-to-date.

However, if you don't specify it, then it will use the bazel action cache to see if the test needs rerunning. At the end of the day all of the whl files are the inputs to the manifest generation. So I am not sure if your explanation why you are using makes sense to me. If your runners' repository cache is hydrated, you should not have to worry about it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dougthor42
Comment options

dougthor42 Jun 27, 2025
Collaborator Author

@aignas
Comment options

Answer selected by dougthor42
@dougthor42
Comment options

dougthor42 Jun 30, 2025
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants