Page MenuHomePhabricator

Build XHPAST earlier in the stack
ClosedPublic

Authored by joshuaspence on Feb 2 2015, 8:53 PM.
Tags
None
Referenced Files
F14724232: D11627.diff
Sat, Jan 18, 1:07 AM
Unknown Object (File)
Thu, Jan 16, 3:42 AM
Unknown Object (File)
Tue, Jan 14, 3:30 PM
Unknown Object (File)
Fri, Jan 3, 9:47 AM
Unknown Object (File)
Sat, Dec 28, 2:20 PM
Unknown Object (File)
Dec 18 2024, 7:18 AM
Unknown Object (File)
Dec 10 2024, 11:23 AM
Unknown Object (File)
Nov 30 2024, 11:20 PM
Subscribers

Details

Summary

Currently, the PhutilLibraryMapBuilder will fail in an obscure way if the XHPAST binary is not built. The issue is that phutil_symbols.php will attempt to build the XHPAST binary, and this will happen eight times concurrently. Ultimately, this will fail with:

<libphutil>/scripts/build_xhpast.sh: line 24: ./xhpast: Text file busy
Test Plan

See D11528.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 4252
Build 4265: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Build XHPAST earlier in the stack.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Feb 2 2015, 8:54 PM
This revision was automatically updated to reflect the committed changes.