From 17d27bbc26bef39a34633d66d56f6267d8135f50 Mon Sep 17 00:00:00 2001 From: Mansoor Sarfraz Date: Wed, 26 Aug 2026 10:43:17 +1000 Subject: [PATCH] update expat compatible with python --- scripts/release/rpm/test_rpm_in_docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release/rpm/test_rpm_in_docker.sh b/scripts/release/rpm/test_rpm_in_docker.sh index 27d77912837..de1be306174 100644 --- a/scripts/release/rpm/test_rpm_in_docker.sh +++ b/scripts/release/rpm/test_rpm_in_docker.sh @@ -4,7 +4,8 @@ set -exv export USERNAME=azureuser - +# Pinned UBI 8/9 images contain an older Expat incompatible with current Python 3.12 pyexpat. +dnf update -y expat dnf --nogpgcheck install /mnt/rpm/$RPM_NAME -y dnf install git findutils $PYTHON_PACKAGE-pip -y