diff --git a/.github/workflows/manylinux2014-openssl.Dockerfile b/.github/workflows/manylinux2014-openssl.Dockerfile index 664274703..3a4e97209 100644 --- a/.github/workflows/manylinux2014-openssl.Dockerfile +++ b/.github/workflows/manylinux2014-openssl.Dockerfile @@ -3,6 +3,7 @@ ARG OPENSSL_VERSION # https://computingforgeeks.com/how-to-install-openssl-3-x-on-centos-rhel-7/ RUN yum install -y centos-release-scl devtoolset-11 perl-Text-Template.noarch perl-IPC-Cmd perl-Test-Simple wget +# binutils 2.36 contains a bug fix for missing symbols SHELL ["/usr/bin/scl", "enable", "devtoolset-11"] ARG OPENSSL_TAR_NAME=openssl-$OPENSSL_VERSION diff --git a/.github/workflows/update-manylinux-openssl-image.yml b/.github/workflows/update-manylinux-openssl-image.yml index b1d805693..1e5d2470b 100644 --- a/.github/workflows/update-manylinux-openssl-image.yml +++ b/.github/workflows/update-manylinux-openssl-image.yml @@ -32,5 +32,5 @@ jobs: # This driver doesn't publish an image locally by default # so we have to manually enable it load: true - cache-from: type=registry,ref=${{ env.CUSTOM_MANYLINUX_IMAGE_NAME }} + cache-from: type=local,ref=${{ env.CUSTOM_MANYLINUX_IMAGE_NAME }} cache-to: type=inline