lava: Remove apt update & upgrade from lava setup
authorKienan Stewart <kstewart@efficios.com>
Mon, 12 Feb 2024 15:56:52 +0000 (10:56 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 12 Feb 2024 15:56:52 +0000 (10:56 -0500)
The `apt-get upgrade` will block waiting for user input unless `-y` is
specified, causing builds to time out when there are actually updates
to perform.

Rather than forcing the command to run in non-interactive mode, I
decided to remove the update and ugprade. My principal reasoning is
that most of the jobs no longer require extra packages to be installed
at run time - they are included instead in the rootfs.

Change-Id: Ia9d76aa6ddda9b1a06b27125dca10f92b0e8c2fa
Signed-off-by: Kienan Stewart <kstewart@efficios.com>

No differences found
This page took 0.022881 seconds and 4 git commands to generate.