-
-
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-115663: Remove 'regen-sbom' from the 'regen-all' target #115790
Conversation
Pretty much the same as ours 👍 |
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.
Thanks all!
Thanks @sethmlarson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @sethmlarson and @hugovk, I could not cleanly backport this to
|
…et (pythonGH-115790) (cherry picked from commit c6a47de) Co-authored-by: Seth Michael Larson <[email protected]>
GH-115820 is a backport of this pull request to the 3.12 branch. |
GH-115820 is a backport of this pull request to the 3.12 branch. |
This PR removes the
regen-sbom
target fromregen-all
, since it's only meant to be run by CPython CI and not by downstream distributors.expat
and_decimal/libmpdec/**
are configured to come from the system #115663