chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
82e106e
)
Dockerfile: Do not remove non android-21 platforms
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 10:23:13 +0000
(12:23 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 10:23:13 +0000
(12:23 +0200)
scripts/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Dockerfile
b/scripts/Dockerfile
index 320eb128400bd01644edd689535a4064d99ee78d..0491b32253861f4c52f26151aaf8e5dab0129bea 100644
(file)
--- a/
scripts/Dockerfile
+++ b/
scripts/Dockerfile
@@
-28,7
+28,6
@@
RUN apt-get update && \
cd /home/builder/lib/android-ndk/ && \
rm -Rf toolchains/mips* && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \
cd /home/builder/lib/android-ndk/ && \
rm -Rf toolchains/mips* && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \
- cd platforms && ls | grep -v android-21 | xargs rm -Rf && \
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates
# We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates
# We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':