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:
Aurélien Bombo
2025-06-09 10:56:10 -05:00
parent 2979312f7b
commit dfa25a42ff

View File

@@ -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@