Skip to content

renovate fails to update sha256 hash for Bazel dependency #28650

Answered by rarkins
avdv asked this question in Request Help
Discussion options

You must be logged in to vote

If Renovate didn't raise a PR then you might never know there's an update.

I recall that the bazel manager has some manual "massaging" of files and URLs for reasons like these. Here's an example I found:

const urlMassages = {
'bazel-skylib.': 'bazel_skylib-',
'/bazel-gazelle/releases/download/0': '/bazel-gazelle/releases/download/v0',
'/bazel-gazelle-0': '/bazel-gazelle-v0',
'/rules_go/releases/download/0': '/rules_go/releases/download/v0',
'/rules_go-0': '/rules_go-v0',
};

So you might be able to fix it that way. If not, just manually change the file and after that it…

Replies: 1 comment 3 replies

Comment options

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

@avdv
Comment options

@rarkins
Comment options

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