Open Zemnmez opened 2 years ago
I think the main problem is that in https://github.com/attilaolah/bazel-tools/blob/master/WORKSPACE#L19, I name the repo tools
so you'd have to name it like that as well. I think this should be fixed by adopting Bazel modules, but to be honest I haven't really used this repo in a long time. Pull requests are welcome though!
So either propose a new name and send a pull request, or rename your git_repository(name = "tools", …)
instead of name = "bazel_tools"
, and hope that there are no collisions 😞
Or maybe all that is missing is to pass build_file = "BUILD.bazel"
? I'm not sure.
I tried loading this repo via git:
But I got:
Is there some other way I should be including it?