Closed fcorange closed 3 years ago
Args.for_each
was updated in Bazel 3.4.0 to take an optional DirectoryExpander
, https://docs.bazel.build/versions/3.4.0/skylark/lib/Args.html#add_all.map_each . We tend to stay with the newest releases and are currently testing this rule set on 3.7.0. This seems like another opportunity for us to improve the documentation.
Getting below error when following README.md to setup a project:
Env: Ubuntu 16.04.6 (docker image running on Mac) Bazel 2.1.1
It seems to be related to this change: https://github.com/dropbox/dbx_build_tools/commit/e95b030dfbd2f9882450f1d73c31f7c2631c1c65
I switched to its parent commit in
http_archive
and all worked fine: