Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Use Git "fresh" method#255

Merged
vstinner merged 1 commit into
python:mainpython/buildmaster-config:mainfrom
vstinner:git_cleanCopy head branch name to clipboard
Jul 8, 2021
Merged

Use Git "fresh" method#255
vstinner merged 1 commit into
python:mainpython/buildmaster-config:mainfrom
vstinner:git_cleanCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Jul 8, 2021

Copy link
Copy Markdown
Member

Git "clean" method keeps most files created by a previous build. Use
Git "fresh" method instead to ignores .gitignore rules and so remove
all generated files (like ".o" files): run a fresh build rather than
an incremental build.

Git "clean" method keeps most files created by a previous build. Use
Git "fresh" method instead to ignores .gitignore rules and so remove
all generated files (like ".o" files): run a fresh build rather than
an incremental build.
@vstinner

vstinner commented Jul 8, 2021

Copy link
Copy Markdown
Member Author

@vstinner

vstinner commented Jul 8, 2021

Copy link
Copy Markdown
Member Author

This change should fix https://mail.python.org/archives/list/buildbot-status@python.org/thread/Z27NUT4OY7IGUNQXCTMO4GGSR7RWVB4J/ issue.

Copy of my message:

setup.py failed with:

"RuntimeError: subprocess not supported for isolated subinterpreters"

It seems like aarch64 Fedora Rawhide 3.x doesn't use a fresh build,
but incremental build. I get such error when I use incremental build.

How can I check if the build is incremental or not? How can it be changed?

Victor

@vstinner vstinner merged commit b8db8db into python:main Jul 8, 2021
@vstinner vstinner deleted the git_clean branch July 8, 2021 12:07
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.