From 8d57129ad6fa291e0b0e6323e6a814e7ae6ce2f7 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 30 Jun 2022 21:23:41 +0200 Subject: [PATCH] p4a: update commit ref to head of qt5-wip (fixes cpu count used for build) --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 88f4f0813..ab9636234 100644 --- a/contrib/android/Dockerfile +++ b/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