From bf4934bb9f5f10f881c9e538f49962c7b6f74eaa Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 15 Dec 2023 18:12:00 +0000 Subject: [PATCH] android build: update p4a fork with qt6 build repro fixes related https://github.com/spesmilo/electrum/issues/8746 --- contrib/android/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 1a5627af3..541fd1082 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -195,9 +195,8 @@ RUN cd /opt \ && git remote add sombernight https://github.com/SomberNight/python-for-android \ && git remote add accumulator https://github.com/accumulator/python-for-android \ && git fetch --all \ - # commit: from branch accumulator/qt6-wip (note: careful with force-pushing! see #8162) \ - # - && git checkout "eb4a3522373e0b4e2749b8a8bc965ff51355ea35^{commit}" \ + # commit: from branch sombernight/electrum_20231216 (note: careful with force-pushing! see #8162) \ + && git checkout "01c6068791f44074e189e1a5d945cf50b02f4dcc^{commit}" \ && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e . # build env vars