commit | ba7bc7664b53ce63824ec991febdd74ea4d9dbf3 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Thu Oct 24 18:34:29 2019 +0200 |
committer | Leopold Schabel <leo@nexantic.com> | Thu Oct 24 18:34:29 2019 +0200 |
tree | f645fd2ccedb7f31d48d14f7e1a10cd5ba3a9f71 | |
parent | 4abadef540e5c5155aa0e6cc7b19221cbaa4b82d [diff] |
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
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
.