You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg_tar has some code to carry-over executable modes from the underlying files, but this is only active when mode = None, and the above line results in mode always being set explicitly to a default value.
There is no other UI to allow control over executable mode for specific files in tree artifacts.
The text was updated successfully, but these errors were encountered:
When we add a tree to pkg_tar via pkg_files, some files being executable and some not, the executable file modes are lost due to this line:
rules_pkg/pkg/mappings.bzl
Line 258 in a56b1d9
pkg_tar has some code to carry-over executable modes from the underlying files, but this is only active when mode = None, and the above line results in mode always being set explicitly to a default value.
There is no other UI to allow control over executable mode for specific files in tree artifacts.
The text was updated successfully, but these errors were encountered: