Skip to content

Commit

Permalink
Merge pull request #713 from junaruga/wip/win-3.3-legacy-provider-doc
Browse files Browse the repository at this point in the history
CI: Added the rubyinstaller2 issue link that legacy provider is not loaded.
  • Loading branch information
junaruga committed Jan 11, 2024
2 parents 2c1add3 + 6feeeb8 commit 69384ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -51,8 +51,11 @@ jobs:
run: echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
if: ${{ !matrix.skip-warnings }}

# Enable provider search path for OpenSSL 3.0 in MSYS2.
# Remove when Ruby 3.2, and 3.3 builds are updated.
# Workaround: Enable provider search path to load the legacy provider
# (legacy.dll) in OpenSSL 3 in Windows MSYS2.
# Remove the workaround when the issue is fixed in Ruby 3.2 and 3.3
# builds.
# https://github.com/oneclick/rubyinstaller2/issues/365
- name: enable windows provider search path
run: echo "OPENSSL_MODULES=$($env:RI_DEVKIT)\$($env:MSYSTEM_PREFIX)\lib\ossl-modules" >> $env:GITHUB_ENV
if: runner.os == 'Windows' && (matrix.ruby == '3.2' || matrix.ruby == '3.3')
Expand Down

0 comments on commit 69384ac

Please sign in to comment.