mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
(cherry picked from commit 6beaf2ffae)
This commit is contained in:
parent
8342c526e9
commit
8bb4912d94
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -105,6 +105,8 @@ jobs:
|
|||
run: make smelly
|
||||
- name: Check limited ABI symbols
|
||||
run: make check-limited-abi
|
||||
- name: Check Autoconf version 2.69
|
||||
run: grep "Generated by GNU Autoconf 2.69" configure
|
||||
|
||||
build_win32:
|
||||
name: 'Windows (x86)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue