Page MenuHomePhabricator

[Wilds] Move ArcanistRuntime to `support/ArcanistRuntime.php`
ClosedPublic

Authored by epriestley on Sep 18 2018, 5:21 PM.
Tags
None
Referenced Files
F15522046: D19687.diff
Sun, Apr 20, 5:43 PM
F15517226: D19687.id47041.diff
Sat, Apr 19, 1:02 AM
F15458540: D19687.diff
Mon, Mar 31, 4:33 AM
F15377087: D19687.id47040.diff
Mar 13 2025, 7:55 AM
F15329315: D19687.id47040.diff
Mar 7 2025, 6:35 AM
F15329314: D19687.id47040.diff
Mar 7 2025, 6:35 AM
F15313993: D19687.id47041.diff
Mar 6 2025, 4:32 PM
F15313992: D19687.id47041.diff
Mar 6 2025, 4:32 PM
Subscribers
None

Details

Summary

Ref T13098. Currently, it lives in init-script.php. Move it to a separate file for similarity with support/PhabricatorStartup.php.

Two small changes here:

  • dirname(dirname(...)) adjustments for new path.
  • Remove memory_limit(-1), this is adjusted by the libphutil init script already.
Test Plan

Ran arc.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Sep 18 2018, 5:22 PM
Harbormaster failed remote builds in B20853: Diff 47040!
  • Removed some debugging code around $_ENV.
This revision is now accepted and ready to land.Sep 19 2018, 11:24 PM
This revision was automatically updated to reflect the committed changes.