Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnaranjo committed Aug 26, 2024
1 parent e299351 commit 71a890f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazeldnf/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def bazeldnf_register_toolchains(name, register = True, **kwargs):
VERSION,
platform,
)
if fname not in INTEGRITY:
print("WARNING: integrity checksum for {0} not found in INTEGRITY".format(fname)) # buildifier: disable=print
continue
url = "https://github.com/{repo_url}/releases/download/{version}/{file_name}".format(
file_name = fname,
repo_url = REPO_URL,
Expand Down

0 comments on commit 71a890f

Please sign in to comment.