Merge "Allow Bazel actions to see the SHELL variable."
This commit is contained in:
@@ -149,6 +149,9 @@ func runBazel(ctx Context, config Config) {
|
|||||||
cmd.Args = append(cmd.Args, "--action_env=PATH="+pathEnvValue)
|
cmd.Args = append(cmd.Args, "--action_env=PATH="+pathEnvValue)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Allow Bazel actions to see the SHELL variable (passed to Bazel above)
|
||||||
|
cmd.Args = append(cmd.Args, "--action_env=SHELL")
|
||||||
|
|
||||||
// Append custom build flags to the Bazel command. Changes to these flags
|
// Append custom build flags to the Bazel command. Changes to these flags
|
||||||
// may invalidate Bazel's analysis cache.
|
// may invalidate Bazel's analysis cache.
|
||||||
// These should be appended as the final args, so that they take precedence.
|
// These should be appended as the final args, so that they take precedence.
|
||||||
|
Reference in New Issue
Block a user