In my workspace file I have external repository defined like this:
http_archive(Now I am looking for a way to pick one out of multiple
definitions for "external_repo" bazed on some command line parameter
or otherwise controllable by the build invoker.
Any ideas?
Thank you!
Konstantin
To give a little more context what we really need is to replace http_archive with the local folder with pre-expanded data. –override-repository almost cuts it, but unfortunately it does not know to place BUILD and WORKSPACE files in that folder. So what we need is –override-repository with new_local_repository functionality.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/cb0ddeb6-620e-4aa3-813b-b0a0330493bcn%40googlegroups.com.
--