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
When building EVE with HV=k, the Makefile includes additional packages
(kube, external-boot-image) and builds pillar with build-k.yml instead
of build.yml. Without a separate package build step for HV=k, the eve
job fails because these packages are missing from the linuxkit cache.
Add an amd64/generic/k entry to the packages matrix so that k-specific
packages are built and cached separately. Update all cache keys to
include the hv dimension (using 'default' for non-k builds and 'k' for
the kubernetes variant).
Signed-off-by: Paul Hendry <phendry@zededa.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paul Gaiduk <paulg@zededa.com>
0 commit comments