https://devguide.python.org/buildbots/

These run in Docker containers:
- https://github.com/python/cpython/blob/master/.travis.yml
-
https://github.com/conda-forge/python-feedstock/blob/master/recipe/build.sh

These are all of the current builds; are you proposing another?
https://github.com/python/buildmaster-config/blob/master/master/custom/builders.py
https://github.com/python/buildmaster-config/blob/master/worker_example.Dockerfile

https://github.com/buildbot/buildbot_travis :

> Basically we provide a compatibility shim in buildbot that allows it to
consume a .travis.yml file.
>
> buildbot_travis does however not support the full .travis.yml format.

https://github.com/python/core-workflow/issues


On Thu, Apr 2, 2020, 6:36 PM Antonio Cavallo <antonio.cavallo...@gmail.com>
wrote:

> Hi
> is there any interest (or anyone has done it before), building the python
> interpreter using docker?
>
> The basic idea is building the toolchain (gcc) and on top of that the
> python interpreter. On mac/linux it can build natively, but it can use
> docker to target linux from mac/windows.
>
> Thanks
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/DX7WNXJGFZJZSSVV5KG54TMW3AFTELET/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/OOESX5NTTYN5LBR64N5PSHOUCFGZ7LCI/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to