]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
interop-test.yml: Install new openssl version alongside the old
authorTomas Mraz <tomas@openssl.org>
Fri, 5 Sep 2025 10:14:31 +0000 (12:14 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 5 Sep 2025 16:27:34 +0000 (18:27 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28451)

.github/workflows/interop-tests.yml

index 575fc12282b8fc7e2ca9f80d96008473f6e2baf7..a1f694393b7f5585d3e94eaec7edcaad1744985d 100644 (file)
@@ -45,7 +45,7 @@ jobs:
           mkdir -p /build/SOURCES
           tar --transform "s/^__w\/openssl\/openssl/openssl-$MAJOR.$MINOR.$PATCH/" -czf /build/SOURCES/openssl-$MAJOR.$MINOR.$PATCH.tar.gz /__w/openssl/openssl/
           rpmbuild -bb /build/SPECS/openssl.spec
-          dnf install -y /build/RPMS/x86_64/openssl-*
+          rpm -i --force /build/RPMS/x86_64/openssl-*
           cp ${GITHUB_WORKSPACE}/interop/openssl/openssl.cnf /etc/pki/tls/openssl.cnf
       - name: Run interop tests
         run: |