Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change recursive chown to flat chown for tools directory #268

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

lumagi
Copy link
Contributor

@lumagi lumagi commented Dec 12, 2022

If the tools cache is already populated with tooling in a derived docker image, performing a recursive chown significantly slows down ephemeral runner startup. The folder is created during image build and should hence be empty for a fresh runner. Consequently, removing the recursive operation should not affect the runner. See also issue #267.

If the tools cache is already populated with tooling in a derived docker
image, performing a recursive chown significantly slows down ephemeral
runner startup.
@myoung34 myoung34 merged commit b92d941 into myoung34:master Dec 12, 2022
@lumagi lumagi deleted the remove_recursive_chown branch December 12, 2022 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants