Bazel Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Target) |
|||
Line 8: | Line 8: | ||
=Target= | =Target= | ||
{{External|https://bazel.build/concepts/build-ref#targets}} | {{External|https://bazel.build/concepts/build-ref#targets}} | ||
=Label= | |||
{{External|https://bazel.build/concepts/labels}} | |||
=BUILD files= | |||
{{External|https://bazel.build/concepts/build-files}} | |||
=<span id='Dependency'></span>Dependencies= | |||
{{External|https://bazel.build/concepts/dependencies}} | |||
=Visibility= | |||
{{External|https://bazel.build/concepts/visibility}} | |||
=Platforms= | |||
{{External|https://bazel.build/concepts/platforms}} | |||
==Rules== | |||
=Hermeticity= | |||
{{External|https://bazel.build/basics/hermeticity}} | |||
=Directories= | =Directories= | ||
==Workspace== | ==Workspace== |
Revision as of 00:18, 31 October 2023
Internal
Repository
Package
Target
Label
BUILD files
Dependencies
Visibility
Platforms
Rules
Hermeticity
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
.