-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix issues due to brew package changes (#294)
* [ci] Fix pkgconf package conflict * Link mariadb-connector-c in homebrew install This brew package is now keg-only so we need to link it explicitly for it to be symlinked into accessible paths. Homebrew/homebrew-core#196747 * [ci] Remove verbose flag
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
brew "cmake" | ||
brew "ninja" | ||
brew "pkg-config" | ||
brew "pkgconf" | ||
brew "automake" | ||
brew "libtool" |
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