From 5efca450f1c824ac0af1d6b7f074d123a434df05 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:46:59 -0800 Subject: [PATCH] try local --- .github/workflows/manylinux2014-openssl.Dockerfile | 1 + .github/workflows/update-manylinux-openssl-image.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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