python / release-tools

Scripts for making (C)Python releases
39 stars 32 forks source link

Use manifest for quay.io/tiran/cpython_autoconf instead of tag #75

Closed sethmlarson closed 10 months ago

sethmlarson commented 10 months ago

Closes #70 This would prevent any pushes to the autoconf container from immediately affecting the source builds. I also removed the check_autoconf job since I don't think it's necessary anymore w/ the Dockerized autoconf?

zware commented 10 months ago

Note that the build was just changed to avoid the docker container due to instability in quay.io. See python/cpython#112090, commit python/cpython@d9fd33a869d2be769ff596530f63ee099465b037.

sethmlarson commented 10 months ago

@zware Thanks for the note, that makes sense! Glad that Ubuntu is providing a proper autoconf now. Maybe I'll move the hardening work there and swap the release scripts to use that file when available?

sethmlarson commented 10 months ago

Closing this in favor of https://github.com/python/cpython/issues/112160