vscli icon indicating copy to clipboard operation
vscli copied to clipboard

Support homebrew installation on MacOS

Open nico1207 opened this issue 2 years ago • 4 comments

Homebrew recipe doesn't work on MacOS.

nico1207 avatar Nov 15 '23 18:11 nico1207

This is because the homebrew recipe only installs the linux-musl target: https://github.com/michidk/homebrew-tools/blob/main/Formula/vscli.rb#L5

If anyone want's to tackle this, feel free to open a PR over here: https://github.com/michidk/homebrew-tools/

michidk avatar Nov 15 '23 19:11 michidk

Can i ask (nicely) that this issue be re-opened for others (like me) that expected the Homebrew recipe would install on macOS ?

johnoscott avatar Mar 08 '24 00:03 johnoscott

I added the aarch64-apple-darwin target to the CI, so we now also have ARM images for M1+ macs to https://github.com/michidk/vscli/releases/tag/v0.2.2.

michidk avatar Mar 26 '24 14:03 michidk

@michidk thanks I will give it a try.

johnoscott avatar Mar 27 '24 00:03 johnoscott

I added macos support to the homebrew file: https://github.com/michidk/homebrew-tools/commit/d85f54d227bc50327c166b5a3d7e05993965909b

Also made it so that vscli CI automatically updates it: https://github.com/michidk/vscli/commit/4bc37a185cf0ef6f776497d6954c5c793b912690

michidk avatar Sep 14 '24 12:09 michidk