mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update needs_binaries.sh to include more exclusions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user