Skip to content

[NFR]: Enable jpeg support in GD in CI (when ready) #15420

@Jeckerson

Description

@Jeckerson

Some of our tests require jpeg support and currently it is not possible to install PHP inside Ubuntu with this option.

Wait until next version of shivammathur/setup-php action to integrate this feature inside our CI.

Potential syntax to achieve that (https://github.com/shivammathur/test-setup-php/actions/runs/768848306/workflow):

env:
          GD_CONFIGURE_OPTS: --enable-gd=shared,/usr --with-external-gd --with-jpeg
          GD_LIBS: libgd-dev libjpeg-dev
          GD_PATH: ext/gd

Refs:

Metadata

Metadata

Assignees

Labels

5.0The issues we want to solve in the 5.0 releasenew feature requestPlanned Feature or New Feature Request

Projects

Status

Released

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions