mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
crosvm: Add a note on cros_workon_make.
It took me a while to realize the side effects making cargo fail. BUG=None TEST=read it. Change-Id: I55db0e267452f865985d36d75c91a2314d117b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3026652 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Junichi Uekawa <uekawa@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
5a01341edb
commit
2a33360586
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ workflow as any `cros_workon` package. The full package name is
|
|||
See the [Chromium OS developer guide] for more on how to build and deploy with
|
||||
Portage.
|
||||
|
||||
NOTE: `cros_workon_make` modifies crosvm's Cargo.toml and Cargo.lock. Please be
|
||||
careful not to commit the changes. Moreover, with the changes cargo will fail to
|
||||
build and clippy preupload check will fail.
|
||||
|
||||
[Chromium OS developer guide]: https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md
|
||||
|
||||
### Building with Docker
|
||||
|
|
Loading…
Reference in a new issue