mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
buildserver: extract NDK rather than executing it
Then the NDK archive doesn't need execute permissions.
This commit is contained in:
parent
14b702b23b
commit
721b3b79a6
2 changed files with 4 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ script "setup-android-ndk-r10e" do
|
|||
else
|
||||
SUFFIX=''
|
||||
fi
|
||||
chmod u+x /vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin
|
||||
/vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin x
|
||||
mv android-ndk-r10e #{ndk_loc}/r10e
|
||||
cd #{ndk_loc}
|
||||
7zr x /vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin
|
||||
mv android-ndk-r10e r10e
|
||||
"
|
||||
not_if "test -d #{ndk_loc}/r10e"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ end
|
|||
openjdk-7-jdk
|
||||
openjdk-8-jdk
|
||||
optipng
|
||||
p7zip
|
||||
pandoc
|
||||
perlmagick
|
||||
pkg-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue