Skip to content

Commit

Permalink
install brew packages with --force
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Nov 15, 2023
1 parent 6f48cb2 commit ab6a892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _brew_install(packages: tuple[str, ...]) -> Generator[None, None, None]:
installed_before = _darwin_installed_packages()

subprocess.check_call(
("brew", "install", *packages),
("brew", "install", *packages, "--force"),
env={**os.environ, "HOMEBREW_NO_AUTO_UPDATE": "1"},
)

Expand Down
4 changes: 4 additions & 0 deletions packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ validate_incorrect_missing_deps = six

[gitpython==3.1.12]

[gojsonnet==0.20.0]
apt_requires = golang
brew_requires = go

[google-api-core==1.32.0]
[google-api-core==2.8.2]
[google-api-core==2.10.1]
Expand Down

0 comments on commit ab6a892

Please sign in to comment.