Skip to content

Commit c6a47de

Browse files
authored
gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)
1 parent 96c1737 commit c6a47de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Build CPython
163163
run: |
164164
make -j4 regen-all
165-
make regen-stdlib-module-names
165+
make regen-stdlib-module-names regen-sbom
166166
- name: Check for changes
167167
run: |
168168
git add -u

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,10 +1627,10 @@ regen-unicodedata:
16271627
regen-all: regen-cases regen-typeslots \
16281628
regen-token regen-ast regen-keyword regen-sre regen-frozen \
16291629
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
1630-
regen-test-levenshtein regen-global-objects regen-sbom regen-jit
1630+
regen-test-levenshtein regen-global-objects regen-jit
16311631
@echo
16321632
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
1633-
@echo "make regen-configure and make regen-unicodedata should be run manually"
1633+
@echo "make regen-configure, make regen-sbom, and make regen-unicodedata should be run manually"
16341634

16351635
############################################################################
16361636
# Special rules for object files

0 commit comments

Comments
 (0)