Page MenuHomePhabricator

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

Authored by epriestley on Sep 18 2018, 5:21 PM.
Tags
None
Referenced Files
F21265652: D19687.diff
Wed, Jul 8, 8:07 PM
Unknown Object (File)
Tue, Jun 30, 4:42 PM
Unknown Object (File)
Thu, Jun 18, 12:52 AM
Unknown Object (File)
Jun 3 2026, 1:32 AM
Unknown Object (File)
Mar 23 2026, 8:30 PM
Unknown Object (File)
Mar 7 2026, 7:09 PM
Unknown Object (File)
Jan 31 2026, 9:39 AM
Unknown Object (File)
Dec 11 2025, 10:55 AM
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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 20853
Build 28364: Run Core Tests

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.