-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[macOS] Pin version for tcl/tk and pkg-config
- Loading branch information
1 parent
9b55b80
commit 697b9ed
Showing
12 changed files
with
36 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash -e -o pipefail | ||
################################################################################ | ||
## File: install-pkg-config.sh | ||
## Desc: Install pkg-config | ||
################################################################################ | ||
|
||
source ~/utils/utils.sh | ||
|
||
echo "Installing pkg-config..." | ||
|
||
brew tap-new my-org/old-formulas | ||
brew extract pkg-config my-org/old-formulas --version=0.29.2 | ||
brew install my-org/old-formulas/[email protected] | ||
|
||
invoke_tests "Common" "pkg-config" |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,9 +72,8 @@ | |
"p7zip", | ||
"packer", | ||
"perl", | ||
"pkg-config", | ||
"swiftformat", | ||
"tcl-tk", | ||
"tcl-tk@8", | ||
"zstd", | ||
"gmp", | ||
"yq", | ||
|
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 |
---|---|---|
|
@@ -75,9 +75,8 @@ | |
"p7zip", | ||
"packer", | ||
"perl", | ||
"pkg-config", | ||
"swiftformat", | ||
"tcl-tk", | ||
"tcl-tk@8", | ||
"zstd", | ||
"gmp", | ||
"yq", | ||
|
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 |
---|---|---|
|
@@ -67,7 +67,6 @@ | |
"p7zip", | ||
"packer", | ||
"perl", | ||
"pkg-config", | ||
"swiftformat", | ||
"zstd", | ||
"gmp", | ||
|