mesa: Update README.md with notes on how to test new builds.

BUG=chromium:905022
TEST=None

Change-Id: I3890ae8be221df6a70acee418dd99d2a7b251c9d
Reviewed-on: https://chromium-review.googlesource.com/1548683
Commit-Ready: David Riley <davidriley@chromium.org>
Tested-by: David Riley <davidriley@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
1 file changed
tree: b1fb222c537f83fb56bfd11d629155a6b6ba68d8
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-gpu-alpha/
  5. cros-guest-tools/
  6. cros-notificationd/
  7. cros-pulse-config/
  8. cros-sftp/
  9. cros-sommelier/
  10. cros-sommelier-config/
  11. cros-sudo-config/
  12. cros-systemd-overrides/
  13. cros-tast-tests/
  14. cros-ui-config/
  15. cros-wayland/
  16. docs/
  17. kokoro/
  18. lxd/
  19. mesa/
  20. .gitignore
  21. COMMIT-QUEUE.ini
  22. LICENSE
  23. README.md
  24. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"