Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6a47de

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: Makefile.pre.in
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.