You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I compile this project on my PC, I encountered this error:
9204c5822ab19c8cc36901c6232760a7/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: The function 'set' has been removed in favor of 'depset', please use the latter. You can temporarily refer to the old 'set' constructor from unexecuted code by using --incompatible_disallow_uncalled_set_constructor=false
Do you know how to solve it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi I haven't checked the configuration recently. My guess is that your Bazel version is newer than the one I used to set up this repository. Either you can switch back to old version of Bazel or we might need to update the script according to the error message.
Hi, when I compile this project on my PC, I encountered this error:
9204c5822ab19c8cc36901c6232760a7/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: The function 'set' has been removed in favor of 'depset', please use the latter. You can temporarily refer to the old 'set' constructor from unexecuted code by using --incompatible_disallow_uncalled_set_constructor=false
Do you know how to solve it? Thanks!
The text was updated successfully, but these errors were encountered: