--
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/5ef446ef-6771-402f-85b8-578517a04976n%40googlegroups.com.
I have a general question about how to makefilegroupinto adeclare_directory.
So what I can think about is like,filegroup->pkg_tar->untar_to_dir(Aruleto untar the tarball into thedeclare_directory)
It would work, and I already proved it. However, I want to know whether any other more graceful method to avoidtaranduntarthe filegroup?
One idea I tried, but much complicated, is to copy them into thedeclare_directoryfile by file. But the tricky point is, it could not gracefully deal with keeping the same dir structure in the new dir. (like I have tomkdira lot of sub-directory beforecp)
Thanks!
You received this message because you are subscribed to a topic in the Google Groups "bazel-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bazel-discuss/5CwuRqz2LUM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/d5679048-187d-4a22-85af-996d49e5e599n%40googlegroups.com.