mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
Install ia32-libs on 64 bit vm only (I think)
I think this will work, but I haven't tested it yet. It's required because all the android sdk tools (e.g. aapt) are 32 bit binaries.
This commit is contained in:
parent
6f72af39fe
commit
c25a0ee681
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@ end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if node['kernel']['machine'] == "x86_64"
|
||||||
|
%w{ia32-libs}.each do |pkg|
|
||||||
|
package pkg do
|
||||||
|
action :install
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue