-
Notifications
You must be signed in to change notification settings - Fork 28
FIX: Build Pipeline Fix CMake for MacOS #224
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
… bewithgaurav/fix_mac_pipeline_cmake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses build pipeline issues on macOS by fixing CMake installation conflicts. The change prevents homebrew tap conflicts by ensuring any existing CMake installation is removed before installing a fresh copy.
- Adds a command to uninstall existing CMake before installation
- Uses
--ignore-dependenciesflag to avoid dependency conflicts - Includes error handling for cases where CMake isn't already installed
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
474e919
…com/microsoft/mssql-python into bewithgaurav/fix_mac_pipeline_cmake
Work Item / Issue Reference
Summary
This pull request makes a minor update to the build pipeline for macOS. The change ensures that any existing installation of CMake is uninstalled before installing a fresh copy, reducing the risk of homebrew tap conflicts during setup.