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

bazel-watcher: init at 0.5.0 #47448

Merged
merged 3 commits into from
Oct 3, 2018
Merged

Commits on Sep 29, 2018

  1. build-bazel-package: prefix bazel with the USER variable

    Bazel computes the default value of output_user_root before parsing the
    flag[0]. The computation of the default value involves getting the $USER
    from the environment. I don't have that variable when building with
    sandbox enabled.
    
    [0]: https://github.com/bazelbuild/bazel/blob/9323c57607d37f9c949b60e293b573584906da46/src/main/cpp/startup_options.cc#L123-L124
    kalbasit committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    18aa9b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b7b4a View commit details
    Browse the repository at this point in the history
  3. bazel-watcher: init at 0.5.0

    kalbasit committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    86a5535 View commit details
    Browse the repository at this point in the history