We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08127a6 commit 6ebdbf0Copy full SHA for 6ebdbf0
contrib/android/Dockerfile
@@ -198,7 +198,7 @@ RUN cd /opt \
198
&& git remote add accumulator https://github.com/accumulator/python-for-android \
199
&& git fetch --all \
200
# commit: from branch sombernight/qt6-wip (note: careful with force-pushing! see #8162) \
201
- && git checkout "5df11be775eadcc19774e5bb118ee407330b8d83^{commit}" \
+ && git checkout "58d21ad89b6182c0d70289d647eb85eaa412412c^{commit}" \
202
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
203
204
# build env vars
0 commit comments