Skip to content

Commit

Permalink
try local
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 5, 2024
1 parent 4e9f422 commit 5efca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-manylinux-openssl-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5efca45

Please sign in to comment.