Repository: aurora Updated Branches: refs/heads/master 001484f7f -> abd6fad61
Workaround to get pants working in macOS high sierra This is a cheat to use pants' thrift binary from 10.12. Reviewed at https://reviews.apache.org/r/62608/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/abd6fad6 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/abd6fad6 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/abd6fad6 Branch: refs/heads/master Commit: abd6fad61da712670c9b1c4ef74d4e805b3ea50b Parents: 001484f Author: Bill Farner <[email protected]> Authored: Wed Sep 27 11:39:56 2017 -0700 Committer: Bill Farner <[email protected]> Committed: Wed Sep 27 11:39:56 2017 -0700 ---------------------------------------------------------------------- pants.ini | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/abd6fad6/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index f25e1d1..0671d9a 100644 --- a/pants.ini +++ b/pants.ini @@ -30,6 +30,11 @@ backend_packages: [ # Force pants to grab the thrift binary from the local one we build for gradle to use. baseurls: ['%(buildroot)s/build-support/thrift/serve'] +# Not needed once updated to >= pants 1.4.0.dev13. +# See below issue/comment for context. +# https://github.com/pantsbuild/pants/issues/4893#issuecomment-332019335 +path_by_id: {('darwin', '17'): ('mac', '10.12')} + [thrift-binary] # Pants 0.0.57 defaults to 0.9.2, we want to stay pinned down to 0.9.1 for now.
