Skip to content

Unicode in output breaks CI/CD pipelines #528

Closed
@kevinreniers

Description

@kevinreniers

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:

$note = '\\' === \DIRECTORY_SEPARATOR ? '' : (false !== stripos(PHP_OS, 'darwin') ? '🎵' : '🎶');

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions