Skip to content

Commit

Permalink
[3.12] pythongh-115663: Remove 'regen-sbom' from the 'regen-all' targ…
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson authored Feb 22, 2024
1 parent eb4774d commit b254de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1320,9 +1320,9 @@ regen-limited-abi: all
regen-all: regen-cases regen-opcode regen-opcode-targets regen-typeslots \
regen-token regen-ast regen-keyword regen-sre regen-frozen \
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
regen-test-levenshtein regen-global-objects regen-sbom
regen-test-levenshtein regen-global-objects
@echo
@echo "Note: make regen-stdlib-module-names and make regen-configure should be run manually"
@echo "Note: make regen-stdlib-module-names, make-regen-sbom, and make regen-configure should be run manually"

############################################################################
# Special rules for object files
Expand Down

0 comments on commit b254de7

Please sign in to comment.