Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: sha256sum changed on commit 82ad68fe2e6ba695a528a8748a2f796c1da8c4c0 #278

Closed
blackliner opened this issue Feb 28, 2024 · 2 comments
Closed
Labels
bug Something isn't working untriaged Requires traige

Comments

@blackliner
Copy link

What happened?

until earlier today, the following snippet worked fine:

archive_override(
    module_name = "aspect_rules_py",
    integrity = "sha256-DE4DI6ngyg2dG8Ydhr46bETo8BC1cYkycnUAoPIN4Xs=",
    strip_prefix = "rules_py-82ad68fe2e6ba695a528a8748a2f796c1da8c4c0",
    urls = "https://github.com/aspect-build/rules_py/archive/82ad68fe2e6ba695a528a8748a2f796c1da8c4c0.tar.gz",
)

Starting today, 28.02.2024 01:57 UTC, the sha256sum of this artifact changed to sha256-3MlRecjYrEwN3/wzxtu+q7c7YMy1jNVTRa7LFjPgz28=

Version

Development (host) and target OS/architectures:

Output of bazel --version: 7.0.2

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: see above, latest commit

Language(s) and/or frameworks involved:

How to reproduce

No response

Any other information?

No response

@blackliner blackliner added the bug Something isn't working label Feb 28, 2024
@github-actions github-actions bot added the untriaged Requires traige label Feb 28, 2024
@mattem
Copy link
Collaborator

mattem commented Mar 1, 2024

I'm not too sure what we can do here, those archives are generated by Github, and not something Aspect or rules_py controls.

This has previously happened, and Github released this blog post that noted their commitment to stability. I haven't seen other reports of this across the Bazel community however.

We are working on the release process for rules_py currently, so you can likely switch to a tagged release very soon.

@mattem
Copy link
Collaborator

mattem commented Mar 2, 2024

Closing this as I don't think there's anything actionable on our side.

@mattem mattem closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2024
@github-project-automation github-project-automation bot moved this to ✅ Done in Open Source Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
Status: Done
Development

No branches or pull requests

2 participants