Neil Mitchell

Results 1206 comments of Neil Mitchell

I confirm that internally we do use BOLT - and `bolt_enabled = true` would be step 1. Unfortunately I've no real idea what happens after that. Maybe try it and...

I wonder if the more pragmatic thing is to have `allow_cache_upload` default to None, where True means yes, False means no, and None means you consult some config. We'd leave...

@cjhopman is the expert here, so leave it for him to respond.

https://github.com/facebook/buck2/blob/6b06646a36b0ac8b33378fd4103e461e2cec20ba/proto_defs.bzl#L13 is probably a reasonable start. Note that we defined a macro that just internally uses `genrule` to run the protobuf compiler. I'd figure out what command lines you need...

The way we do it at Meta is put all the C++ compilers on a shared drive and then in the toolchain point at that shared drive. I wouldn't describe...

@thoughtpolice gets this spot on. > who don't have teams dedicated to hand-crafting artisanal binaries We indeed have such a team. And the users local install of packages is entirely...

We seem to recommend this as the standard pattern with things like `android_resource`. Should we move subdir_glob into the prelude and perhaps even make it available alongside `glob` by default?

Moving this to the buck2 repo where we are aiming to keep all our issues together.

Where are you hoping to use `subdir_glob`? Is https://github.com/LoopPerfect/rxterm/blob/master/subdir_glob.bzl sufficient?