Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion 6.5.0/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 7.6.1/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 8.0.1/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 8.1.1/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 8.2.1/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 8.3.1/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion 8.4.2/run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
7 changes: 6 additions & 1 deletion run/bazelrc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ before the command (`build`, `test`, etc).

It is not an error if this file does not exist.

4. **The user-specified RC file**, if specified with
4. **The environment variable RC file**, if its path is set with the `BAZELRC`
environment variable.

The environment variable can include multiple comma-separated paths.

5. **The user-specified RC file**, if specified with
<code>--bazelrc=<var>file</var></code>

This flag is optional but can also be specified multiple times.
Expand Down
Loading