Create generated folder in bazel_copy_generated_for_ide.sh

Minor change,

Test Plan:

Ran the script inside the container, dependencies were fetched.

GitOrigin-RevId: 91edd8babca5e506885b311cf95b4e8deb4f0525
1 file changed
tree: a6af6fdd7f920a9411389b38abc1f096cadc41c1
  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.