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

[TASK] Use only busybox compatible find options #1290

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

sbuerk
Copy link
Collaborator

@sbuerk sbuerk commented May 7, 2024

find has different options in different operating
system implementations (gnu, macosx, busybox, ...).

This change modies the used find command and replace
-regextype and -regex for multiple file extension
for ci:yaml:lint composer script.

Note: That unblocks the ability to revert to the
TYPO3 core-testing-* images and avoid 3rd party
extended images installing gnu find.

Resolves: #1209

`find` has different options in different operating
system implementations (gnu, macosx, busybox, ...).

This change modies the used find command and replace
`-regextype` and `-regex` for multiple file extension
for `ci:yaml:lint` composer script.

Note: That unblocks the ability to revert to the
TYPO3 core-testing-* images and avoid 3rd party
extended images installing `gnu find`.

Resolves: #1209
@sbuerk sbuerk self-assigned this May 7, 2024
@sbuerk sbuerk added this to the 4.0.0: Breaking changes milestone May 7, 2024
@sbuerk sbuerk added bug Something isn't working make switch to runTests.sh labels May 7, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8985860984

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8985646687: 0.0%
Covered Lines: 46
Relevant Lines: 46

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working make switch to runTests.sh
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Rework the find usage in our Composer scripts to be compatible with the Busybox find version
3 participants