Fix caching and set home to /user

Test Plan: Ran build

X-Origin-Diff: phab/D220
GitOrigin-RevId: d93c13b9a74c45d717e92151cdb10f0f3484a78b
2 files changed
tree: 2975b607028ca0c085df182afd809d1d322be2b7
  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.