From 2c6e768c8dc0fef5d01b3bb90fdff6600eb719db Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 26 Sep 2024 15:27:51 +0000 Subject: [PATCH] android: update p4a ref to have https://github.com/SomberNight/python-for-android/commit/58d21ad89b6182c0d70289d647eb85eaa412412c > reproducible apks: strip file path prefix from .pyc files related: https://github.com/spesmilo/electrum/issues/9215 --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 47f2fbc810fd..2831f6c247b2 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -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