google / cro3

Abstraction Layer of ChromiumOS development
https://google.github.io/cro3/
BSD 3-Clause "New" or "Revised" License
36 stars 12 forks source link

cro3 build failure because of failing update_chroot #248

Closed mhiramat closed 3 months ago

mhiramat commented 4 months ago

It fails with this error message.

+ update_chroot
14:32:24.368: ERROR: Automatic chroot upgrade is done by `cros_sdk --update` (normally enabled by default), and there's generally no need to manually call update_chroot.  If you really want to update your SDK packages (thereby invalidating your chroot), pass --force to this command.

Do we really need to call update_chroot?

mhiramat commented 4 months ago

Note that this can be mitigated by --skip-setup.

mhiramat commented 3 months ago

We don't need to run update_chroot anymore. Remove it.