jolly-midnight-72759
10/29/2020, 4:49 PMfrom pants.base.build_environment import get_buildroot
a Pants™ approved way of getting the root of the monorepo in a plugin?hundreds-father-404
10/29/2020, 4:52 PMBuildRoot
in your @rule
signature. See https://github.com/pantsbuild/pants/blob/c98ee3696818bc9945968ba94a14180d9466a6e7/src/python/pants/backend/project_info/filedeps.py#L82 and line 118jolly-midnight-72759
10/29/2020, 4:52 PM