Closed
Description
Hi,
We use https://github.com/REBELinBLUE/deployer for our deploys and since migrating to Flex we've been running into seemingly random crashes of our pipeline.
I finally figured out the cause being the Unicode musical notes being outputted here:
flex/src/ParallelDownloader.php
Line 75 in a388cac
Because the mysql database for this tool uses the utf8 character set with an utf8_unicode_ci collate, every time a composer install has to download something, the pipeline crashes.
Could anything be done on the Flex level to only output standard UTF8 instead?
Edit: also created an issue on the deployer's repository in the meantime.
Metadata
Metadata
Assignees
Labels
No labels