We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1401 commit baa8d8eCopy full SHA for baa8d8e
src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java
@@ -542,7 +542,9 @@ public String getTypeDescription() {
542
"Specifies additional environment variables to be available only for repository rules."
543
+ " Note that repository rules see the full environment anyway, but in this way"
544
+ " configuration information can be passed to repositories through options without"
545
- + " invalidating the action graph.")
+ + " invalidating the action graph. The string <code>%bazel_workspace%</code> in a"
546
+ + " value will be replaced with the absolute path of the workspace as printed by"
547
+ + " <code>bazel info workspace</code>.")
548
public List<Map.Entry<String, String>> repositoryEnvironment;
549
550
@Option(
0 commit comments