Fix sandbox build by setting /tmp --syslibdir during musl build

Test Plan: Ran a clean `scripts:launch` build, no longer failed.

X-Origin-Diff: phab/D205
GitOrigin-RevId: 6edd31d46816414c6b4c51664f23ce9d7c6d603d
1 file changed
tree: 89eb7ab3920a5b90aab2623cfdd992850dff669b
  1. build/
  2. cmd/
  3. internal/
  4. pkg/
  5. scripts/
  6. .bazelignore
  7. .bazelrc
  8. .bazelversion
  9. BUILD
  10. README.md
  11. 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.