Fix sandboxed build for :swtpm_data and expose signkey.pem and issuercert.pem

Test Plan: Built target, new files were exposed and sandboxed build worked.

X-Origin-Diff: phab/D213
GitOrigin-RevId: b2e27264edbeabfc664f1a8b1e047c163411a562
1 file changed
tree: 04578ab2f193690a3bcdeb3e01d443af108fdbfa
  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.