Browse Source

p4a: update commit ref to head of qt5-wip (fixes cpu count used for build)

patch-4
Sander van Grieken 3 years ago
parent
commit
8d57129ad6
  1. 2
      contrib/android/Dockerfile

2
contrib/android/Dockerfile

@ -170,7 +170,7 @@ RUN cd /opt \
&& git remote add accumulator https://github.com/accumulator/python-for-android \
&& git fetch --all \
# commit: from branch accumulator/qt5-wip
&& git checkout "ebbe8dcc271e36468666feb98f936d0a96936cf2^{commit}" \
&& git checkout "64490fc4a7b1f727f1f07c86e1bdc6b291ffc6da^{commit}" \
&& python3 -m pip install --no-build-isolation --no-dependencies --user -e .
# build env vars

Loading…
Cancel
Save