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 4d5928e #46509

Closed
wants to merge 3 commits into from

Commits on Sep 11, 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 11, 2018
    Configuration menu
    Copy the full SHA
    8075687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72229f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a68600 View commit details
    Browse the repository at this point in the history