Fix protobuf dependencies for internal/api and internal/common

This fixes the build. As it turns out, the local `generated` folder
had the side effect of confusing gazelle.

Fixes regression introduced by D216.

Test Plan: Ran scripts/gazelle.sh, protobuf dependencies were re-added.

X-Origin-Diff: phab/D217
GitOrigin-RevId: ac0d5dd89e5fb154fe363a40dc8f8965fa12ba8c
2 files changed
tree: f645fd2ccedb7f31d48d14f7e1a10cd5ba3a9f71
  1. build/
  2. cmd/
  3. internal/
  4. pkg/
  5. scripts/
  6. .bazelignore
  7. .bazelrc
  8. BUILD
  9. README.md
  10. WORKSPACE
README.md

Smalltown Operating System

Run build

The build uses a Fedora 30 base image with a set of dependencies. Guide has been tested on a Fedora 30 host, with latest rW deployed.

Build the base image:

podman build -t smalltown-builder .

Launch the VM:

scripts/bin/bazel run scripts:launch

Exit qemu using the monitor console: Ctrl-A c quit.