https://github.com/python/cpython/commit/c6a47de70966e6899871245e800a0a9271e25b12
commit: c6a47de70966e6899871245e800a0a9271e25b12
branch: main
author: Seth Michael Larson <[email protected]>
committer: hugovk <[email protected]>
date: 2024-02-22T15:42:26+02:00
summary:

gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)

files:
M .github/workflows/build.yml
M Makefile.pre.in

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70db2a6250e8da..20d1fad40ecafe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -162,7 +162,7 @@ jobs:
       - name: Build CPython
         run: |
           make -j4 regen-all
-          make regen-stdlib-module-names
+          make regen-stdlib-module-names regen-sbom
       - name: Check for changes
         run: |
           git add -u
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 11d22d9a419ba7..4c1a18602b2d0b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1627,10 +1627,10 @@ regen-unicodedata:
 regen-all: regen-cases 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-jit
+       regen-test-levenshtein regen-global-objects regen-jit
        @echo
        @echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
-       @echo "make regen-configure and make regen-unicodedata should be run 
manually"
+       @echo "make regen-configure, make regen-sbom, and make 
regen-unicodedata should be run manually"
 
 ############################################################################
 # Special rules for object files

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to