Closed hwright closed 7 years ago
Thanks for the report - I'll get this fixed shortly. Haven't had a chance to test things with bazel 0.6 yet.
Hi,
I got a similar error with bazel 0.11.1 on Ubuntu 16.04.4:
ERROR: /home/zhongming/.cache/bazel/_bazel_zhongming/e99eb4b42291f3e78ff260c740d00d52/external/io_bazel_rules_pex/pex/pex_rules.bzl:60:18: 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
Would like to see this fixed.
OK, I tried the latest master e2746c5c4ed70f7a56b724eec733a3fb32239b77
, it worked with bazel 0.11.1.
Could someone update the README.md, which still has the tag 0.3.0
?
Testing the current release branch from bazel against the existing pex_binary release gives:
There is, of course, a trivial workaround in the error message, but the rules themselves should be upgraded.