mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
fix(deps): use --no-upgrade option on brew bundle commands
This ensures a more restrictive install of homebrew dependencies.
This commit is contained in:
4
Makefile
4
Makefile
@@ -49,10 +49,10 @@ bootstrap: bootstrap-brew
|
||||
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
|
||||
|
||||
bootstrap-brew:
|
||||
brew bundle
|
||||
brew bundle --no-upgrade
|
||||
|
||||
bootstrap-brew-ci:
|
||||
brew bundle --file Brewfile.ci
|
||||
brew bundle --file Brewfile.ci --no-upgrade
|
||||
|
||||
bootstrap-pip:
|
||||
$(PIP) install -r requirements-ci.txt
|
||||
|
||||
Reference in New Issue
Block a user