facebookincubator / buck2-change-detector

Given a Buck2 built project and a set of changes (e.g. from source control) compute the targets that may have changed. Sometimes known as a target determinator, useful for optimizing a CI system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release binaries?

thoughtpolice opened this issue · comments

As with buck2, it would be great if this repo could have releases with binaries available for users.

I've actually been using the Dotslash version of Buck2 recently too, to give people consistent versions which is quite a nice experience, so it would be great if a dotslash file could also be provided. :)

It's still a fair amount of work to produce pre-packed binaries for Meta open source projects (I hope one day it becomes automatic for everything). Since this project has a smaller number of developers and users, and since its mainly targeted at CI (where random developers are less likely to have random binaries floating around) I suspect we aren't ready to start publishing releases for it yet.

Let's leave this open as a future request.