-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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_status_command doesn't have default as claimed in commit message #964
Comments
@ulfjack Can we safely change the default of workspace_status_command to tools/buildstamp/get_workspace_status? Or should we document instead that people who would like this feature set it manually in their bazelrc? |
Sorta, maybe. Check with Luis on how to do that. |
We could probably set the default value as tools/buildstamp/get_workspace_status in the options in WorkspaceStatusAction.java but I need to do some testing before we can go forward with this. I'll work on it and get back to you with the results |
This will only work if the user actually has On Wed, Mar 2, 2016 at 2:01 PM, Luis Pino notifications@github.com wrote:
|
@damienmg Any plans to see the default |
@novabyte: I am no longer working on Bazel so I cannot answer your question. |
In 1314570 it is claimed that
--workspace_status_command
defaults totools/buildstamp/get_workspace_status
. However, it doesn't look like there's a default set.To reproduce, create a target:
Basically it prints the content of
bazel-out/*-status.txt
during the build.When I don't specify
--workspace_status_command
, I getNo git version info is printed.
When I specify --workspace_status_command manually, it works as expected:
This is my bazel version:
The text was updated successfully, but these errors were encountered: