On Sat, Feb 21, 2026 at 12:57 PM Stefano Brivio <sbrivio@redhat.com> wrote:
It looks obviously correct to me, but I still have a question: do you
happen to have a Bazel BUILD file somewhere (we could also add it to
passt's contrib/ if it's not in any other repository) to check future
changes against it?

The primary BUILD file is in Google's internal repository, so I can't share that.
An OSS bazel version looks like https://github.com/pefoley2/passt/commit/4f89da6f05c84c9f171689541fd81549b4801270
Unfortunately in my quick testing, the OSS bazel build doesn't actually catch the same layering check violations that Google's internal "Blaze" variant of bazel does.
So I'm not sure how helpful it would be.