Bazel Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Bazel") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Bazel#Subjects|Bazel]] | * [[Bazel#Subjects|Bazel]] | ||
=Target= | |||
=Files= | |||
==Server Log== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
=Directories= | |||
==Bin== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Genfiles== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Testlogs== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Execution Root== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Install Base== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Output Base== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Output Path== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Package Path== | |||
<code>%workspace%</code>. See [[#Workspace|Workspace]]. | |||
==Repository Cache== | |||
The actual location is obtained with <code>[[Bazel_Operations#info|bazel info]]</code>. | |||
==Workspace== | |||
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>. |
Revision as of 00:03, 31 October 2023
Internal
Target
Files
Server Log
The actual location is obtained with bazel info
.
Directories
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
.
Workspace
The actual location is obtained with bazel info
.
Command Log
The actual location is obtained with bazel info
.