New submission from Christian Heimes <li...@cheimes.de>:

CPython stores auto-generated autoconf files (configure, aclocal.m4, 
pyconfig.h.in) in git. The files must be regenerated with very specific 
versions of autotools 2.69 + runtimestate patch, autoarchive, and pkg-config's 
m4 macros. I provide a container image based on Alpine 3.13 for automation and 
CI.

Let's add a build target to make it easier for contributors to regenerate the 
files and utilize the container images. The command needs a container runtime 
(podman, docker), though.

----------
assignee: christian.heimes
components: Build
messages: 414846
nosy: brett.cannon, christian.heimes, gregory.p.smith
priority: normal
severity: normal
status: open
title: Provide make target to regenerate autoconf files with container
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46973>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to