mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
ci: Fix Mariner rootfs build failure
This implements a workaround for microsoft/azurelinux#13971 to unblock the CI. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
@@ -11,6 +11,9 @@ RUN tdnf -y install \
|
||||
dnf \
|
||||
git \
|
||||
tar \
|
||||
xz
|
||||
xz \
|
||||
# TODO: Remove when this issue is fixed:
|
||||
# https://github.com/microsoft/azurelinux/issues/13971
|
||||
--exclude=aznfs
|
||||
|
||||
@INSTALL_RUST@
|
||||
|
Reference in New Issue
Block a user