ci: speculative fix for amazonlinux2023 build issue

yum doesn't think that anything has libstdc++, it's probably
a metadata issue in that image.
This commit is contained in:
Wez Furlong
2025-04-07 06:46:56 -07:00
parent 95654c61fd
commit f741fa786a
+1
View File
@@ -107,6 +107,7 @@ steps:
depends_on: [build]
image: ${AMAZON_IMAGE}
commands:
- yum clean all
- yum install -y ./kumomta*.rpm
sign-rpm: