android: p4a ref f534fe9bcd692c4df97e644d34c5bd8acede01eb
> qt6: don't copy entire build tree to dist, use select set of include patterns.
This commit is contained in:
@@ -123,6 +123,7 @@ RUN apt -y update -qq \
|
|||||||
git \
|
git \
|
||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
|
rsync \
|
||||||
build-essential \
|
build-essential \
|
||||||
ccache \
|
ccache \
|
||||||
autoconf \
|
autoconf \
|
||||||
@@ -195,8 +196,8 @@ RUN cd /opt \
|
|||||||
&& git remote add sombernight https://github.com/SomberNight/python-for-android \
|
&& git remote add sombernight https://github.com/SomberNight/python-for-android \
|
||||||
&& 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/electrum_20231216 (note: careful with force-pushing! see #8162) \
|
# commit: from branch accumulator/qt6-wip (note: careful with force-pushing! see #8162) \
|
||||||
&& git checkout "01c6068791f44074e189e1a5d945cf50b02f4dcc^{commit}" \
|
&& git checkout "f534fe9bcd692c4df97e644d34c5bd8acede01eb^{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
|
||||||
|
|||||||
Reference in New Issue
Block a user