Skip to content

Commit 6ebdbf0

Browse files
committed
android: update p4a ref
to have SomberNight/python-for-android@58d21ad > reproducible apks: strip file path prefix from .pyc files related: #9215
1 parent 08127a6 commit 6ebdbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN cd /opt \
198198
&& git remote add accumulator https://github.com/accumulator/python-for-android \
199199
&& git fetch --all \
200200
# commit: from branch sombernight/qt6-wip (note: careful with force-pushing! see #8162) \
201-
&& git checkout "5df11be775eadcc19774e5bb118ee407330b8d83^{commit}" \
201+
&& git checkout "58d21ad89b6182c0d70289d647eb85eaa412412c^{commit}" \
202202
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
203203

204204
# build env vars

0 commit comments

Comments
 (0)