[New-bugs-announce] [issue45695] Out-of-tree builds are not tested.

Eric Snow report at bugs.python.org
Tue Nov 2 19:29:45 EDT 2021


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

Currently we don't test builds done outside the source tree, neither on GitHub nor the buildbots. [1]  As a result, such builds get broken occasionally.  I've certainly broken then a couple times, inadvertently.  It would be helpful if we tested out-of-tree builds on GitHub, or at least on a stable buildbot.

FTR, to do an out-of-tree build locally and test it:

mkdir ../build
cd ../build
../cpython/configure
make
./python -m test


[1] Actually I recently added test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script which happens to do an out-of-tree build incidentally.  However, we should be testing out-of-tree builds explicitly.

----------
components: Build
messages: 405568
nosy: christian.heimes, eric.snow, gregory.p.smith, gvanrossum, steve.dower
priority: normal
severity: normal
stage: test needed
status: open
title: Out-of-tree builds are not tested.
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45695>
_______________________________________


More information about the New-bugs-announce mailing list