Skip to content

Commit e293e04

Browse files
authored
docs: clarify the issue with select
cquery is okay
1 parent 01d79d8 commit e293e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/smoke/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ write_file(
2323
)
2424

2525
# 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
26+
# downside that un-configured analysis (bazel query for example)
27+
# on this select() statement will cause an eager fetch of all
2728
# the platforms and therefore download a bunch of node binaries.
2829
# This is what toolchains solves, so we don't recommend doing this.
2930
# alias(

0 commit comments

Comments
 (0)