1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

M1macでbrew install circleci でこけるときはcurlだ!

Posted at

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*

よかったぜ。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?