Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 304 Bytes

Python build scripts.

The repository is part of the Compiler Explorer project. It builds the docker images used to build the various Python interpreters used on the site.

Testing

$ docker build -t pythonbuilder .
$ docker run pythonbuilder ./build.sh 3.8.1