files extracted from zips are missing execute permissions #21044
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.14.0-dev.875+ebd0c6ffd
Steps to Reproduce and Observed Behavior
This issue was reported here. That project uses the package manager to download zips from https://github.com/protocolbuffers/protobuf/releases/. When I unzip one of the zip files manually, the permissions look fine.
-r-xr-xr-x 1 17M May 22 11:45 protoc
But with the package manager I guess they turn into the following as reported in the issue above.
-rw-r--r-- protoc
I asked @marler8997 about this and he said
So it sounds like this just hasn't been implemented yet. zip support was added in #19729.
Expected Behavior
Execute permissions should be preserved.
The text was updated successfully, but these errors were encountered: