lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 290 forks source link

lpass extremely slow on MBP 16 inch M1 running MacOS 12.4 #629

Open edgan opened 1 year ago

edgan commented 1 year ago

I ran brew install lastpass-cli on a MBP 16 inch M1 running MacOS 12.4. It runs, but for some reason it is extremely slow, as in can be 30+ seconds. After running brew uninstall lastpass-cli ; brew install --build-from-source lastpass-cli to recompile it works normally.

wfaulk commented 1 year ago

Surely this is just because you're running an Intel binary on an M1 processor. You should bring this up with the brew team.

0xdevalias commented 1 year ago

Looking at the current homebrew formula for lastpass-cli, it looks like it provides arm-64 builds now, so I assume this is probably no longer an issue:

bottle do
    sha256 cellar: :any,                 arm64_ventura:  "375f1f7e47d4d33e32137299fcce5f5b68cfb36711cea0fbeb3bb6f45f3480ba"
    sha256 cellar: :any,                 arm64_monterey: "8a18df80d3a670514706bd72dbcf9ade3680fec22ba6312d24e06429d17dc8dc"
    sha256 cellar: :any,                 arm64_big_sur:  "52a2cfb919d4968f5febfaff2a2cd61f8d10ad139fc2431b5a40aa5f33eb33c8"
    sha256 cellar: :any,                 ventura:        "7ef6373cdf1f099c460b9b172be68e83e779b3067a2f28131235c50972e0bdc3"
    sha256 cellar: :any,                 monterey:       "ba841c177acb121be4df49bd5b78e27dd43220649ee86de0f28f68a388e159e7"
    sha256 cellar: :any,                 big_sur:        "ee7e7927b27803925f34d583e27a4336d48e6ebcb04f146feae4acca740bd2e1"
    sha256 cellar: :any_skip_relocation, x86_64_linux:   "c93cf9d864ec32300a1c886bb460e72fa8b2c0f38f0f737855b09384f4d01fcb"
  end