Browse Source

android build: update p4a fork with qt6 build repro fixes

related https://github.com/spesmilo/electrum/issues/8746
master
SomberNight 2 years ago
parent
commit
bf4934bb9f
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 5
      contrib/android/Dockerfile

5
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

Loading…
Cancel
Save