-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
GH-99108: Make vectorized versions of Blake2 available on x86, too #125244
Conversation
(The SBOM build will fail for the time being.) |
!buildbot x86 |
🤖 New build scheduled with the buildbot fleet by @encukou for commit 091fd62 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Yup, I agree! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I ran |
Yeah, please fix upstream ;-) |
The fix just got merged a couple hours ago upstream, I need to run a build to refresh the correct folder, and then I'll push the refresh here (along with make regen-sbom). Thanks! |
Yes. |
Ok this is pushed, let's see what CI says. @vstinner FYI, this would be an SBOM violation to push a local fix to an external vendored library, so this is why we have to propagate the fix upstream first... thanks! |
I didn't know that. We made many changes in mimalloc vendored copy. |
Maybe mimalloc gets a different treatment? The SBOM CI target fails if the vendored copy of HACL* is not exactly identical to upstream... |
For this one we set it up to be upstream-first and just track specific upstream versions. it works since we've got active maintainers. :) |
!buildbot x86 Deb |
This fixes the build issue on x86 Debian. Not sure what's up with the CI job checking the SBOM, though. I can't reproduce that failure locally (cc @sethmlarson for sbom insight). |
@msprotz: Can you re-run |
I thought I had run it. Let me run it again. |
Co-authored-by: Zachary Ware <[email protected]>
I committed the suggested change, but |
I could have left a clearer note, sorry. It turned out that the generated files check was failing on |
Ah ok! Good to know for next time, thank you. |
Per #99108 (comment): trying a quick fix to see if this builds.
@gpshead can you buildbot this for Debian x86? Thanks.
If it works, I'll patch & fix upstream, then pull it in accordingly into CPython. Thank you!