Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid formula on M1 mac #5

Open
lazjake opened this issue Mar 14, 2022 · 2 comments
Open

Invalid formula on M1 mac #5

lazjake opened this issue Mar 14, 2022 · 2 comments

Comments

@lazjake
Copy link

lazjake commented Mar 14, 2022

Ran into this error trying to brew install instrumenta on an Apple 2021 M1 Pro Monterey -- any idea how to resolve?

Tapping instrumenta/instrumenta
==> Tapping instrumenta/instrumenta
Cloning into '/usr/local/Homebrew/Library/Taps/instrumenta/homebrew-instrumenta'...
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/instrumenta/homebrew-instrumenta/Formula/kubeval.rb
kubeval: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the instrumenta/instrumenta tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/instrumenta/homebrew-instrumenta/Formula/kubeval.rb:6

Error: Invalid formula: /usr/local/Homebrew/Library/Taps/instrumenta/homebrew-instrumenta/Formula/conftest.rb
conftest: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the instrumenta/instrumenta tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/instrumenta/homebrew-instrumenta/Formula/conftest.rb:9

Error: Cannot tap instrumenta/instrumenta: invalid syntax in tap!
Tapping instrumenta/instrumenta has failed!
@bmihaescu
Copy link

I have the same problem on Ubuntu 20.04.

@dcchambers
Copy link

@lazjake kubeval is currently unmaintained. A couple options:

  1. I created my own tap for the last maintained version of kubeval (v0.16.1). It works on my M1/M2 macs.
brew tap dcchambers/tap
brew install dcchambers/tap/kubeval
  1. kubeconform is a modern, maintained replacement that you may want to consider instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants