File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 63
63
# Build Python with the libpython dynamic library
64
64
./configure --with-pydebug --enable-shared
65
65
make -j4 regen-all
66
- make regen-stdlib-module-names
67
66
- name : Check for changes
68
67
run : |
69
68
changes=$(git status --porcelain)
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ before_script:
172
172
- eval "$(pyenv init -)"
173
173
- pyenv global 3.8
174
174
- PYTHON_FOR_REGEN=python3.8 make -j4 regen-all
175
- - make regen-stdlib-module-names
176
175
- changes=`git status --porcelain`
177
176
- |
178
177
# Check for changes in regenerated files
Original file line number Diff line number Diff line change @@ -761,9 +761,10 @@ regen-limited-abi: all
761
761
762
762
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
763
763
regen-token regen-ast regen-keyword regen-importlib clinic \
764
- regen-pegen-metaparser regen-pegen regen-frozen
764
+ regen-pegen-metaparser regen-pegen regen-frozen \
765
+ regen-stdlib-module-names
765
766
@echo
766
- @echo "Note: make regen-stdlib-module-names and autoconf should be run manually"
767
+ @echo "Note: autoconf should be run manually"
767
768
768
769
############################################################################
769
770
# Special rules for object files
You can’t perform that action at this time.
0 commit comments