Skip to content

Commit

Permalink
Add shipit.pathmap to get triggering
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#866

Build triggering works by using entries in shipit.pathmap, however for
Glean we're using the native ShipIt so we didn't have these. Add a
dummy shipit.pathmap section to enable triggering.

Reviewed By: josefs

Differential Revision: D58146311

fbshipit-source-id: 45ce5a707584d834a4de452029cc0699abb0df82
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 5, 2024
1 parent ea451e1 commit 4ef8579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/fbcode_builder/manifests/glean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ fbsource_path = fbcode/glean
shipit_project = facebookincubator/Glean
use_shipit = true

[shipit.pathmap]
# These are only used by target determinator to trigger builds, the
# real path mappings are in the ShipIt config.
fbcode/glean = glean
fbcode/common/hs = hsthrift

[subprojects]
hsthrift = hsthrift

Expand Down

0 comments on commit 4ef8579

Please sign in to comment.