Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsMetamorphicBuild bool
NB: init() in pkg/util/metamorphic/constants.go may set this value to true. We don't put this variable in that package as we would like to have a way to reliably determine which packages use metamorphic constants, and `bazel query somepath(_, //pkg/util/metamorphic)` should be a good way to do that. However, some packages (like pkg/testutils/skip) need to check whether we're running a metamorphic build, without necessarily depending on the metamorphic package.
Generally, you should use metamorphic.IsMetaMorphicBuild() instead of checking this value.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.