I am using cares with following in WORKSPACE:
new_http_archive(
name = "com_github_cares_cares",
url = "https://github.com/c-ares/c-ares/archive/cares-1_13_0.tar.gz",
strip_prefix = "c-ares-cares-1_13_0",
build_file = "build/com_github_cares_cares.BUILD",
)
but am having hard time building since I can't figure out a way to generate these (ares_build.h and ares_config.h). I tied to copy these from one of the folders in my workspace using genrule, but unable to do it because of sandboxing.
Is there a better way to generate these without hardcoding these file into genrule in my BUILD files?
Thanks,
Param
--
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/bdbb96ad-5a31-4082-8c31-7aa5e5401cc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.