--
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/CAK-ZPenHPE-DofDUaz-deC68sONw4qquNmG%3DNOF4e5tLqLvY%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CAJdJyYdxX13WfBSYCA29JjJbie5x9%3Dg6GhmGSo13-eyjhLdSog%40mail.gmail.com.
Does the file actually need to be chmod'ed? If it's from a .tgz, it probably already has the correct permissions. In that case, a filegroup or exports_files would be simpler.AFAIK Bazel doesn't keep track of whether files are executable or not; those executable attributes for genrule and http_file basically just force a chmod.