Skip to content

Use Git "fresh" method#255

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:git_clean
Jul 8, 2021
Merged

Use Git "fresh" method#255
vstinner merged 1 commit into
python:mainfrom
vstinner:git_clean

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jul 8, 2021

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
Copy link
Copy Markdown
Member Author

vstinner commented Jul 8, 2021

@vstinner
Copy link
Copy Markdown
Member Author

vstinner commented Jul 8, 2021

This change should fix https://mail.python.org/archives/list/[email protected]/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