Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reproducible apks: strip file path prefix from .pyc files #3066

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

SomberNight
Copy link
Contributor

Without this, paths from the build machine will leak into the generated .pyc files, which makes the builds more difficult to reproduce.

Note that the compileall -s option was only added in python 3.9. Not sure if that is acceptable, as this limits the hostpython3 recipe to 3.9+.

to make builds not depend on the project dir path
@AndreMiras
Copy link
Member

Thanks for the pull request.
Python 3.8 support ends the 31st of October 2024, refs https://endoflife.date/python and https://devguide.python.org/versions/
So I guess we're probably good to merge, but we need to tag a release before that.
We will try to look this up

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