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

Allow options to use ~ or $HOME #2054

Closed
kchodorow opened this issue Nov 7, 2016 · 2 comments
Closed

Allow options to use ~ or $HOME #2054

kchodorow opened this issue Nov 7, 2016 · 2 comments
Labels
category: misc > misc P3 We're not considering working on this, but happy to review a PR. (No assignee) type: feature request
Milestone

Comments

@kchodorow
Copy link
Contributor

It would be nice for users to be able to specify user-specific paths. We'd probably have to add support for both client & server path parsing.

See #1752 (comment) for context.

@damienmg damienmg added category: misc > misc P3 We're not considering working on this, but happy to review a PR. (No assignee) labels Dec 12, 2016
@damienmg damienmg added this to the 1.0 milestone Dec 12, 2016
@ittaiz
Copy link
Member

ittaiz commented Mar 5, 2017

this (in combination with #1752) sounds valuable since it lowers the entry costs of an organization. People can check out and best practices are laid out in the shared bazelrc

@nevion
Copy link

nevion commented Oct 14, 2017

+1

davido added a commit to davido/bazel that referenced this issue Mar 14, 2018
Fixes bazelbuild#2054.

Allow users to be able to specify user specific paths. With this option
we can now commit bazel configuration file and force local action cache
activation per default:

  $ cat tools/bazel.rc
  build --experimental_local_disk_cache_path=~/.gerrit/bazel-cache/cas
  build --experimental_local_disk_cache
  build --experimental_strict_action_env

Test Plan:

  $ bazel test //src/test/java/com/google/devtools/build/lib:util_test
davido added a commit to davido/bazel that referenced this issue Mar 19, 2018
Fixes bazelbuild#2054.

Allow users to be able to specify user specific paths. With this option
we can now commit bazel configuration file and force local action cache
activation per default:

  $ cat tools/bazel.rc
  build --experimental_local_disk_cache_path=~/.gerrit/bazel-cache/cas
  build --experimental_local_disk_cache
  build --experimental_strict_action_env

Test Plan:

  $ bazel test //src/test/java/com/google/devtools/build/lib:util_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: misc > misc P3 We're not considering working on this, but happy to review a PR. (No assignee) type: feature request
Projects
None yet
Development

No branches or pull requests

4 participants