diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-02-12 05:18:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 05:18:07 (GMT) |
commit | d17cc3dfeb9c3d0eecea4405b1ee3d9e36a7e299 (patch) | |
tree | 1501a8120e0d972bd799b5a08e06f0164337a3e0 /Python/pythonrun.c | |
parent | c5c12381b38494ebc2346bb01d3426160e068d35 (diff) | |
download | cpython-d17cc3dfeb9c3d0eecea4405b1ee3d9e36a7e299.zip cpython-d17cc3dfeb9c3d0eecea4405b1ee3d9e36a7e299.tar.gz cpython-d17cc3dfeb9c3d0eecea4405b1ee3d9e36a7e299.tar.bz2 |
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (GH-101837)
Prevent test_tools from copying 1000M of "source"
It doesn't need a git repo, just the checkout. We skip .git metadata, Doc/build, Doc/venv, and `__pycache__` subdirs, that developers often have in their clients to reduce the size of the source tree copy ten-fold.
This should significantly reduce IO and presumably time on buildbots during this long test.
(cherry picked from commit 1d194235e4d5981b5fea25c75318d61189103a58)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions