Remove executable bit from CI files

This will prevent generating unneeded dependencies
on things like python.
epel10
Jan Staněk 2 years ago
parent 1fb558b97d
commit a9200c323c
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

@ -111,6 +111,8 @@ use the "std" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
# Remove executable bit from CI tools
find book/ tools/ -type f -executable -exec chmod a-x '{}' +
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires

Loading…
Cancel
Save