mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 08:18:58 -05:00
buildserver: extract NDK rather than executing it
Then the NDK archive doesn't need execute permissions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user