summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2020-07-03 17:41:31 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-03 17:43:09 -0700
commit418db67e2fa1564d64bce9a8fba5264186822af6 (patch)
tree7edb2d6cc3c5f0196cff1a0ee28c2dcce215b275 /pkg
parent6c099d830091b3153e0dc39cf500dba441f45707 (diff)
Update build rule to appease deprecation
Before this change, running packetimpact tests produces: parameter 'direct' must contain a list of elements, and may no longer accept a depset. The deprecated behavior may be temporarily re-enabled by setting --incompatible_disable_depset_inputs=false The positional parameter to depset has been changed to mean `direct` rather than its previous meaning of `items`. The documentation[0] explains: A positional parameter distinct from other parameters for legacy support. If --incompatible_disable_depset_items is false, this parameter serves as the value of items. If --incompatible_disable_depset_items is true, this parameter serves as the value of direct. See the documentation for these parameters for more details. [0] https://docs.bazel.build/versions/master/skylark/lib/globals.html PiperOrigin-RevId: 319555138
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions