We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d79d8 commit e293e04Copy full SHA for e293e04
e2e/smoke/BUILD.bazel
@@ -23,7 +23,8 @@ write_file(
23
)
24
25
# This technique can be used to directly grab a node binary as a label, however it has the
26
-# downside that analysis phase on this select() statement will cause an eager fetch of all
+# downside that un-configured analysis (bazel query for example)
27
+# on this select() statement will cause an eager fetch of all
28
# the platforms and therefore download a bunch of node binaries.
29
# This is what toolchains solves, so we don't recommend doing this.
30
# alias(
0 commit comments