commit | c909620c3062c9ceaaa34ed11257c856f91fd6ba | [log] [tgz] |
---|---|---|
author | Fergus Dall <sidereal@google.com> | Fri Sep 13 19:54:07 2019 +1000 |
committer | chrome-bot <chrome-bot@chromium.org> | Fri Sep 13 09:44:31 2019 -0700 |
tree | bef0d69ea36cab838cd856e9b44f04abdb3c4674 | |
parent | 939ae3eb75e983d5c3994606e38df79f18ea28fb [diff] |
termina_build_image: Don't create temp directory twice In crrev.com/c/1779487 the termina image creation code was refactored into a seperate function. This code creates a temporary directory using tempfile.TemporaryDirectory() and then tries to create it a second time using Path.mkdir(). This triggers an exception because the directory was already created in tempfile.TemporaryDirectory(). Remove this line. BUG=chromium:999698 TEST=./termina_uprev.py --output_dir=uprev 790.1 Change-Id: I22dbd6af1aeeffd49ac7a3eee1b9fe333da32c66 Reviewed-on: https://chromium-review.googlesource.com/1801409 Tested-by: Fergus Dall <sidereal@google.com> Commit-Ready: Daniel Verkamp <dverkamp@chromium.org> Commit-Ready: Fergus Dall <sidereal@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@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"