Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing dependencies on macOS produces a Brewfile.lock.json which is untracked #1644

Open
martin-braun opened this issue Jun 19, 2023 · 0 comments · May be fixed by #1645
Open

Installing dependencies on macOS produces a Brewfile.lock.json which is untracked #1644

martin-braun opened this issue Jun 19, 2023 · 0 comments · May be fixed by #1645

Comments

@martin-braun
Copy link

martin-braun commented Jun 19, 2023

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 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

update && 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant