Vinnie Magro
Vinnie Magro
@LegNeato I added a test that is similar to other directive parsers, let me know if you had something else in mind
@seanmonstar is there anything blocking this that I can resolve?
@seanmonstar can you please review this? Thanks!
> I'd say the best solution would be to fix reqwest so that enabling the feature doesn't automatically use it on all clients That was another option that I considered,...
There are two routes I see for how to implement this: 1. use something completely off-the-shelf like `dnsmasq` 2. write small shims to use mostly-Facebook infrastructure directly in antlir/vm contexts...
This is the initrd that I mentioned, you can use the `vmlinuz` from the fedora kernel we make available and this initrd as your pxelinux payload. This initrd will boot...
Like I said in the Zoom, just write your code with `cargo new/build/run` as if it was a normal rust project and I can convert your PR into the proper...
> When dealing with python tests I can imagine parsing source code looking for test-annotated functions, but I'm not sure how I would start in the case of binaries. Any...
here is an example of building a gpt-formatted disk https://github.com/facebookincubator/antlir/blob/e069008281ea69cee45a514bf43e3f9224630fcf/antlir/compiler/test_images/BUCK#L1065 the image buck macro api unfortunately doesn't seem to have any documentation, but that example should be enough to get...
Sadly all of this is incompatible with buck2 :( But I think some of the details might still be useful to incorporate later