Bazel Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Files) |
|||
Line 31: | Line 31: | ||
==Repository Cache== | ==Repository Cache== | ||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | ||
=Files= | |||
==Server Log== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Command Log== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==<tt>.bazelrc</tt>== | |||
{{Internal|.bazelrc|.bazelrc}} |
Revision as of 00:15, 31 October 2023
Internal
Repository
Package
Target
Directories
Workspace
A project's workspace is the directory where bazel looks for build inputs and BUILD
files, and where it stores build outputs. The actual location is obtained with bazel info
.
Bin
The actual location is obtained with bazel info
.
Genfiles
The actual location is obtained with bazel info
.
Testlogs
The actual location is obtained with bazel info
.
Execution Root
The actual location is obtained with bazel info
.
Install Base
The actual location is obtained with bazel info
.
Output Base
The actual location is obtained with bazel info
.
Output Path
The actual location is obtained with bazel info
.
Package Path
%workspace%
. See Workspace.
Repository Cache
The actual location is obtained with bazel info
.
Files
Server Log
The actual location is obtained with bazel info
.
Command Log
The actual location is obtained with bazel info
.