You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjusted valgrind-check Containerfile to ensure apt update and install are linked and cached together in one layer
Otherwise, the update layer can be cached and have bad information for the subsequent two install command layers.
As the distribution changes package versions the install layers, if they are not cached, will fail.
Also combined the two install commands into one for brevity.
Ticket: ENT-13252
Changelog: none
(cherry picked from commit c6e385d)
Conflicts:
tests/valgrind-check/Containerfile
To make the change smaller I simply combined the update and install apt steps without changing the ubuntu version or list of packages.
0 commit comments