mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
[3.12] gh-115663: Remove 'regen-sbom' from the 'regen-all' target (GH-115790) (#115820)
This commit is contained in:
parent
eb4774d2b7
commit
b254de71d0
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -192,7 +192,7 @@ jobs:
|
|||
# so we run it before regen-global-objects gets rum (in regen-all).
|
||||
make regen-deepfreeze
|
||||
make -j4 regen-all
|
||||
make regen-stdlib-module-names
|
||||
make regen-stdlib-module-names regen-sbom
|
||||
- name: Check for changes
|
||||
run: |
|
||||
git add -u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue