]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102973: add a dev container (GH-102975)
authorBrett Cannon <brett@python.org>
Wed, 29 Mar 2023 20:28:08 +0000 (13:28 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 20:28:08 +0000 (13:28 -0700)
commit0b1d9c44f1f091a499856d81542eeafda25011e1
treec310eec7b5c9bbaf9e35394753139d703a625d41
parentd052a383f1a0c599c176a12c73a761ca00436d8b
GH-102973: add a dev container (GH-102975)

On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora.

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Co-authored-by: Dusty Phillips <dusty@phillips.codes>
.devcontainer/Dockerfile [new file with mode: 0644]
.devcontainer/devcontainer.json [new file with mode: 0644]
Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst [new file with mode: 0644]
Tools/wasm/Setup.local.example