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

[Backport] fix issue -printf mac os not working #12156

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

aalves08
Copy link
Member

@aalves08 aalves08 commented Oct 7, 2024

Summary

Fixes #12154

Occurred changes and/or fixed issues

  • fix issue -printf not working on mac os

Technical notes summary

The reason for this is that the -printf option is not supported by the defaultfind command on macOS because it uses the BSD version of find, which doesn't have this option. The -printf option is available in the GNU version of find, commonly found on Linux systems.

Areas or cases that should be tested

  • Follow instructions on issue

Areas which could experience regressions

Screenshot/Video

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes

@aalves08 aalves08 self-assigned this Oct 7, 2024
@aalves08 aalves08 requested a review from jordojordo October 7, 2024 10:39
@aalves08 aalves08 added this to the v2.8.9 milestone Oct 7, 2024
@aalves08 aalves08 merged commit 83b8e5f into rancher:release-2.8 Oct 7, 2024
19 checks passed
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