Vinnie Magro
Vinnie Magro
I have some schemas that have this directive location, and this crate currently crashes while trying to parse it.
This feature allows one to enable use of the `trust-dns` resolver, while not setting it as the default. This is useful in large monorepo codebases where trust-dns is only desirable...
Summary: Fixes after D55970042 Test Plan: Will test on GitHub Differential Revision: D57006826
Summary: **Do not change the title of this diff.** Automatically update generated code for antlir's GitHub release. Test Plan: GitHub Actions once this pushes Differential Revision: D56152945
`buck test` has provisions for running with a custom test runner (see https://buck.build/files-and-dirs/buckconfig.html#test.external_runner) Benefits -------- A custom test runner would give us a lot of control over how tests are...
`antlir/bzl/shape.bzl` implements a type checker in starlark (the limited flavor of python that is used by buck). As part of this goal, it also includes a python code generator to...
* Our qemu setup only supports booting from disk * Add support for a DHCP+TFTP server in antlir/vm (ideally fbtftp & dhcplb) * Write integration tests * This may also...
* Antlir now supports building GPT images, vm infra should support booting these full disk images without specifying a kernel (+cmdline+initrd) * Most of the 1 week timeline should be...
* QEMU is the only supported VMM at this point in time, but Firecracker could make some significant performance improvements in the vm infra * It might not work for...