mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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
|
else
|
||||||
SUFFIX=''
|
SUFFIX=''
|
||||||
fi
|
fi
|
||||||
chmod u+x /vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin
|
cd #{ndk_loc}
|
||||||
/vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin x
|
7zr x /vagrant/cache/android-ndk-r10e-linux-x86$SUFFIX.bin
|
||||||
mv android-ndk-r10e #{ndk_loc}/r10e
|
mv android-ndk-r10e r10e
|
||||||
"
|
"
|
||||||
not_if "test -d #{ndk_loc}/r10e"
|
not_if "test -d #{ndk_loc}/r10e"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@ end
|
||||||
openjdk-7-jdk
|
openjdk-7-jdk
|
||||||
openjdk-8-jdk
|
openjdk-8-jdk
|
||||||
optipng
|
optipng
|
||||||
|
p7zip
|
||||||
pandoc
|
pandoc
|
||||||
perlmagick
|
perlmagick
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue