Use rsync --delete to sync generated dependencies

Test Plan:
Recreated container, ran `build api/...` and the copy script,
everything works.

X-Origin-Diff: phab/D218
GitOrigin-RevId: 22160ddaf417177ba7af94ea29d75663b20950b0
1 file changed
tree: 72323854031d5311f437e490370f1644d34f0796
  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.