crane/checks/dependencyBuildScriptPerms/inner
Ivan Petkov 18ef99b1e0
inheritCargoArtifactsHook: preserve executable bit of build scripts (#206)
Using `cp --no-preserve mode` ends up losing the executable bit of
previously compiled build scripts. Instead we should ignore the file
ownership, and subsequently make the files writable (since the store is
read only)
2023-01-04 02:53:38 +00:00
..
src inheritCargoArtifactsHook: preserve executable bit of build scripts (#206) 2023-01-04 02:53:38 +00:00
Cargo.toml inheritCargoArtifactsHook: preserve executable bit of build scripts (#206) 2023-01-04 02:53:38 +00:00