Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 6, 2024
1 parent f7534f1 commit 5b97fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
env:
BUILD_IDENTIFIER: "${{ matrix.python-tag }}-${{ inputs.platform-tag }}"
MACOS_OPENSSL_VERSION: 3
MANYLINUX_OPENSSL_VERSION: openssl-3.0.15
steps:
- name: Create status check message
run: echo STATUS_CHECK_MESSAGE="cibuildwheel (${{ env.BUILD_IDENTIFIER }})" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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
# devtoolset-11 contains a newer version of binutils 2.36, which contains a bug fix for missing symbols
SHELL ["/usr/bin/scl", "enable", "devtoolset-11"]

ARG OPENSSL_TAR_NAME=openssl-$OPENSSL_VERSION
Expand Down

0 comments on commit 5b97fb9

Please sign in to comment.