mcp-toolbox: renamed from genai-toolbox#230744
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>?