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

{WORKSPACE_ROOT}/.bzlrc location is not being honored #11

Open
IgorMinar opened this issue May 28, 2020 · 0 comments
Open

{WORKSPACE_ROOT}/.bzlrc location is not being honored #11

IgorMinar opened this issue May 28, 2020 · 0 comments

Comments

@IgorMinar
Copy link

IgorMinar commented May 28, 2020

creating .bzlrc in my workspace root has no effect on bzl:

$ cat .bzlrc 
common --base_dir=/tmp/bzl
serve --http_port=9999
$ bzl serve
time="2020-05-27T17:53:03-07:00" level=info msg="Ready https://127.0.0.1:8080"

note that port 8080 is still used above, now if I move the .bzlrc file to my home dir everything works:

$ mv .bzlrc ~/
$ bzl serve
time="2020-05-27T17:53:56-07:00" level=info msg="Ready https://127.0.0.1:9999"

According to https://build.bzl.io/bzl/docs/configuration-files the first scenario should have worked.

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

No branches or pull requests

1 participant