mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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
@ -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…
Reference in New Issue
Block a user