Page MenuHomeDevCentral

Composer: don't run php artisan optimize before a build
ClosedPublic

Authored by dereckson on Sep 2 2016, 14:31.
Referenced Files
F44399266: D645.id1618.diff
Sun, Aug 16, 21:19
F44346057: D645.id1619.diff
Sun, Aug 16, 15:36
Unknown Object (File)
Sun, Aug 16, 06:17
Unknown Object (File)
Sun, Aug 16, 02:00
Unknown Object (File)
Fri, Aug 14, 21:15
Unknown Object (File)
Wed, Aug 12, 14:21
Unknown Object (File)
Wed, Aug 12, 14:20
Unknown Object (File)
Wed, Aug 12, 11:09
Subscribers
None

Details

Summary

Cases where php artisan optimize is needed, especially when opcache
is enabled on production servers are limited enough to be a choice to
made by each deployment, not automatically done.

We so remove these step from composer install/update.

For CI purpose, that will speed up builds, ref T1003.

Test Plan

Run a build on CI infrastructure.

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Composer: don't run php artisan optimize before a build.
dereckson updated this object.
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Sep 2 2016, 14:33
dereckson edited the test plan for this revision. (Show Details)
dereckson edited edge metadata.
dereckson removed a subscriber: alken-orin.
This revision was automatically updated to reflect the committed changes.