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 path options to use user specific paths #4852

Commits on Mar 19, 2018

  1. Allow path options to use user specific paths

    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 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    f05d535 View commit details
    Browse the repository at this point in the history