1
0

p4a: python-for-android ref 4f1a1a3a41f6bf8d28984bfd1ec8af3c5d8eb362

> qt6: replace synchronizedList with explicit synchronize block, as we still see ConcurrentModificationExceptions
  in the play store.
This commit is contained in:
Sander van Grieken
2024-02-07 12:07:07 +01:00
parent 1736558e3d
commit 6738e1e90f

View File

@@ -198,7 +198,7 @@ RUN cd /opt \
&& 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 "d976b539dc7c808d103a7edfe6dc1fd300582a89^{commit}" \
&& git checkout "4f1a1a3a41f6bf8d28984bfd1ec8af3c5d8eb362^{commit}" \
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
# build env vars