-
-
Notifications
You must be signed in to change notification settings - Fork 13k
mcp-toolbox: renamed from genai-toolbox #230744
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
Conversation
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Can someone please help with this? Github detects deletion of file as a rename and the CI is blocked because it assumes I have removed the bottle do section from the original file. Not really sure how to proceed here |
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
After this PR, please review - #230824 Github was misinterpreting file deletion as a rename, leading to CI failures. Hence I had to raise my changes on a separate branch. |
Closing this in favour of #230824 for now. |
Thanks @carlocab! |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?