Skip to content

Commit

Permalink
android: update p4a ref
Browse files Browse the repository at this point in the history
to have SomberNight/python-for-android@58d21ad
> reproducible apks: strip file path prefix from .pyc files

related: #9215
  • Loading branch information
SomberNight committed Sep 26, 2024
1 parent f2c96ca commit 2c6e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ RUN cd /opt \
&& git remote add accumulator https://github.com/accumulator/python-for-android \
&& git fetch --all \
# commit: from branch sombernight/qt6-wip (note: careful with force-pushing! see #8162) \
&& git checkout "5df11be775eadcc19774e5bb118ee407330b8d83^{commit}" \
&& git checkout "58d21ad89b6182c0d70289d647eb85eaa412412c^{commit}" \
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .

# build env vars
Expand Down

0 comments on commit 2c6e768

Please sign in to comment.