You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to install build dependencies on macOS, but it will produce contrib/brew/Brewfile.lock.json which is untracked in the version control
To Reproduce
Steps to reproduce the behavior:
Just run brew update && brew bundle --file=contrib/brew/Brewfile on macOS.
Expected behaviour
What is the expected behaviour if the steps above are followed:
No Brewfile.lock.json should be created. Homebrew does not support local packages, so having a lock file might be inefficient for the whole system in favor of oxen-core. The current behavior is already right, but the docs should actually suggest to run
Current Behaviour
What is the current behaviour if the steps to reproduce are followed: contrib/brew/Brewfile.lock.json will be created and it will be untracked.
The text was updated successfully, but these errors were encountered:
Describe the bug
Instructions say to run
brew update && brew bundle --file=contrib/brew/Brewfile
to install build dependencies on macOS, but it will produce
contrib/brew/Brewfile.lock.json
which is untracked in the version controlTo Reproduce
Steps to reproduce the behavior:
Just run
brew update && brew bundle --file=contrib/brew/Brewfile
on macOS.Expected behaviour
What is the expected behaviour if the steps above are followed:
No
Brewfile.lock.json
should be created. Homebrew does not support local packages, so having a lock file might be inefficient for the whole system in favor of oxen-core. The current behavior is already right, but the docs should actually suggest to runupdate && brew bundle --file=contrib/brew/Brewfile --no-lock
to prevent the file from being created.
Current Behaviour
What is the current behaviour if the steps to reproduce are followed:
contrib/brew/Brewfile.lock.json
will be created and it will be untracked.The text was updated successfully, but these errors were encountered: