Commit 5ea1416d authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2419 from uberhacker/update-needs_binaries.sh

Update needs_binaries.sh to include more exclusions
parents 03477e99 f53511cd
......@@ -5,9 +5,11 @@ if [ ! -d ../packages ]; then
fi
cd ../packages
arch=$(uname -m)
exclusions=""
exclusions="cabal.rb cros_resize.rb docx2txt.rb dpkg.rb fpc.rb freedos.rb ghc.rb kr.rb"
exclusions+=" libtinfo.rb lsb_release.rb mysqltuner.rb nodebrew.rb nvm.rb oc.rb stack.rb"
exclusions+=" txt2regex.rb uwsgi.rb xdg_base.rb"
if [[ "$arch" == "aarch64" || "$arch" == "armv7l" ]]; then
exclusions="cbase.rb dropbox.rb freebasic.rb google_cloud_sdk.rb lldb.rb mesa.rb misctools.rb"
exclusions+=" cbase.rb dropbox.rb freebasic.rb google_cloud_sdk.rb lldb.rb mesa.rb misctools.rb"
fi
packages=$(grep -L "$arch:" *.rb)
for p in $packages; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment