1
0

android: update p4a ref

to have 58d21ad89b
> reproducible apks: strip file path prefix from .pyc files

related: https://github.com/spesmilo/electrum/issues/9215
This commit is contained in:
SomberNight
2024-09-26 15:27:51 +00:00
parent f2c96ca587
commit 2c6e768c8d

View File

@@ -198,7 +198,7 @@ RUN cd /opt \
&& git remote add accumulator https://github.com/accumulator/python-for-android \ && git remote add accumulator https://github.com/accumulator/python-for-android \
&& git fetch --all \ && git fetch --all \
# commit: from branch sombernight/qt6-wip (note: careful with force-pushing! see #8162) \ # 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 . && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
# build env vars # build env vars