commit | 7dac7e929dfb253c29630da2dcc5cd98b36443d8 | [log] [tgz] |
---|---|---|
author | David Riley <davidriley@chromium.org> | Tue Apr 02 11:28:10 2019 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Tue Apr 02 18:45:49 2019 -0700 |
tree | b1fb222c537f83fb56bfd11d629155a6b6ba68d8 | |
parent | 4df4005349305f6c75c2ad361de960161c47cda6 [diff] |
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>
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.
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"