Closed ronilichtman closed 2 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: ronilichtman
To complete the pull request process, please assign chases2 after the PR has been reviewed.
You can assign the PR to them by writing /assign @chases2
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Hi @ronilichtman. Thanks for your PR.
I'm waiting for a bazelbuild member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Looks like this was caused by a GitHub feature flag that broke hashes. GitHub mentioned they are rolling back. Closing this PR as a result.
It appears that for some reason, the zip file hosted at https://github.com/yaml/pyyaml/archive/5.1.2.zip has changed. This has caused our CI to fail when trying to build. Specifically I noticed that
k8s.delete
targets fail with the following message:Looking at the difference between the zip from the local repository cache on my mac and the one currently hosted in GitHub I see a diff on the zip "modified time" headers:
pyyaml
from GitHub (today), mismatched sha256:pyyaml
from my local mac cache, matching sha256:Note the difference at offset 12 (
af0a ff4e
) vs (af92 fe4e
).