Skip to content

don't cache python bytecode with deb#36

Merged
Marc-André Moreau (awakecoding) merged 1 commit into
masterfrom
disable-python-bytecode
May 24, 2025
Merged

don't cache python bytecode with deb#36
Marc-André Moreau (awakecoding) merged 1 commit into
masterfrom
disable-python-bytecode

Conversation

@thenextman

@thenextman Richard Markiewicz (thenextman) commented May 23, 2025

Copy link
Copy Markdown
Member

It seems unavoidable to generate python bytecode (py3compile) when installing packages; but the cached .pyc files are not needed in the sysroot so we can prevent them being written to disk.

I hope that this will improve reliability of CI for conan-public, however there should be no negative side effects at least.

@thenextman Richard Markiewicz (thenextman) changed the title disable post-install python compilation when using deb don't cache python bytecode with deb May 23, 2025
@awakecoding Marc-André Moreau (awakecoding) merged commit 713c80b into master May 24, 2025
24 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants