mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
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:
@@ -107,6 +107,7 @@ steps:
|
||||
depends_on: [build]
|
||||
image: ${AMAZON_IMAGE}
|
||||
commands:
|
||||
- yum clean all
|
||||
- yum install -y ./kumomta*.rpm
|
||||
|
||||
sign-rpm:
|
||||
|
||||
Reference in New Issue
Block a user