mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: hack around the build issue with a custom container
Local testing seems to indicate that the build should work with this container. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7dcfc9d96b
commit
a236dd4fd2
2 changed files with 2 additions and 1 deletions
|
@ -19,5 +19,5 @@ docker run -v $PWD:/android/subsurface \
|
|||
-v $PARENT/subsurface-mobile-build-docker-arm64:/android/subsurface-mobile-build-arm64 \
|
||||
--name=android-builder \
|
||||
-w /android \
|
||||
-d dirkhh/android-builder:5.12.04 \
|
||||
-d dirkhh/android-builder:5.12.04.1 \
|
||||
/bin/sleep 60m
|
||||
|
|
|
@ -53,4 +53,5 @@ RUN cd /android && \
|
|||
ls -l && \
|
||||
du -sh *
|
||||
RUN apt-get clean
|
||||
RUN cd /android/android-ndk-r18b/toolchains && ln -s x86_64-4.9 x86-64-4.9
|
||||
RUN touch /android/finished-`date`
|
||||
|
|
Loading…
Add table
Reference in a new issue