We are trying to update our vendor handling in our CRM repository but the new method requires
- mysqli - this is *should* now but will become *must* soon - this is being reported as ext-mysqli is not installed
- patch - when composer attempts to run patches with this plugin it fails with
patch '-p4' --no-backup-if-mismatch -d '/src/wikimedia/fundraising/crm/vendor/zetacomponents/mail' < '/src/wikimedia/fundraising/crm/core/tools/patches/raw/zetacomponents/mail/100-filename.patch' sh: 1: patch: not found
I feel I have confirmed the issue is not with the patch file but rather with the patch command being missing or not in the path (probably the latter as @greg checked & says it is in https://docker-registry.wikimedia.org/dev/fundraising-civicrm-bookworm-php82/tags/)
This is the current console output https://integration.wikimedia.org/ci/job/wikimedia-fundraising-civicrm-bookworm/1565/console