Skip to content

Commit

Permalink
CI: Added the rubyinstaller2 issue link that legacy provider not loaded.
Browse files Browse the repository at this point in the history
* Added the upstream rubyinstaller2 issue link as a comment.
  The issue is that the legacy provider (legacy.dll) not loaded in Windows
  MSYS2 OpenSSL 3 environment.
* Polished the text on the comment.
  • Loading branch information
junaruga committed Jan 11, 2024
1 parent 2c1add3 commit 4fff4be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ 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.
# Enable provider search path to load the legacy provider (legacy.dll) in
# OpenSSL 3 in Windows MSYS2.
# Remove when Ruby 3.2 and 3.3 builds are updated.
# FIXME: 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 4fff4be

Please sign in to comment.