M1 mac だわーい。と意気揚々とセットアップしてたら、circleciでつまった。
brew install circleci
だとエラーくる。。。。
かなしい。。
> brew install circleci
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.
Error: circleci: no bottle available!
You can try to install from source with:
brew install --build-from-source circleci
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
しらべていくと、githubに同志発見。
https://github.com/CircleCI-Public/circleci-cli/issues/579#issuecomment-848018785
以下でいけた!!
> sudo curl -fLSs https://circle.ci/cli | bash
Password:
Starting installation.
Installing CircleCI CLI v0.1.15224
Installing to /usr/local/bin
/usr/local/bin/circleci
> ls -la /usr/local/bin
total 35584
drwxr-xr-x 15 root wheel 480 5 26 10:26 ./
drwxr-xr-x 4 root wheel 128 5 11 23:18 ../
-rwxr-xr-x 1 root wheel 18215680 5 26 10:26 circleci*
よかったぜ。