← 返回首页
bpo-45695: Test out-of-tree builds on GHA (GH-29904) by tiran · Pull Request #29904 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

bpo-45695: Test out-of-tree builds on GHA (GH-29904)#29904

Merged
tiran merged 2 commits into
python:mainfrom
tiran:gha-oot-build
Dec 4, 2021
Merged

bpo-45695: Test out-of-tree builds on GHA (GH-29904)#29904
tiran merged 2 commits into
python:mainfrom
tiran:gha-oot-build

Conversation

tiran commented Dec 3, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

The Ubuntu test runner now configures and compiles CPython out of tree.
The source directory is a read-only bind mount to ensure that the build
cannot create or modify any files in the source tree.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45695

tiran force-pushed the gha-oot-build branch 10 times, most recently from 023dd43 to f9459e7 Compare December 3, 2021 13:10
tiran changed the title Test OOT builds in GHA bpo-45695: Test out-of-tree builds on GHA Dec 3, 2021
tiran force-pushed the gha-oot-build branch 2 times, most recently from 99c9ce5 to 1b7504c Compare December 3, 2021 14:17
Comment thread .github/workflows/build.yml Outdated Show resolved Hide resolved
Comment thread Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst Outdated Show resolved Hide resolved
Comment thread .github/workflows/build.yml Outdated Show resolved Hide resolved
Comment thread Misc/NEWS.d/next/Tests/2021-12-03-14-19-16.bpo-45695.QKBn2E.rst Outdated Show resolved Hide resolved
tiran marked this pull request as ready for review December 3, 2021 22:17
tiran added 2 commits December 4, 2021 10:29
The Ubuntu test runner now configures and compiles CPython out of tree. The source directory is a read-only bind mount to ensure that the build cannot create or modify any files in the source tree. For testing the source directory is re-mounted writable. 15 test modules depend on writable sources and lack of .pyc files slows CI down. Signed-off-by: Christian Heimes <christian@python.org>
tiran changed the title bpo-45695: Test out-of-tree builds on GHA bpo-45695: Test out-of-tree builds on GHA (GH-29904) Dec 4, 2021
tiran merged commit cee07b1 into python:main Dec 4, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Footer

© 2026 GitHub, Inc.