forked from divad12/khan-dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install the required version of protoc on macOS
Summary: This change updates the mac setup so that the required version of protoc is install from a zip archive on github. If a homebrew version of protoc is installed that isn't the current version, we uninstall it first. The installation of protoc is the same for linux and mac, so the code is shared. Test Plan: Remove my manually installed version of protoc. Run `make` without these changes to install the latest homebrew version. After the changes, run `make` and verify that the homebrew version is uninstalled and the custom version is installed instead. Run `make` one last time to verify that "protoc already installed". Reviewers: csilvers, adamgoforth, benkraft Reviewed By: csilvers Differential Revision: https://phabricator.khanacademy.org/D57167
- Loading branch information
Showing
3 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters