Skip to content

Commit 6feeeb8

Browse files
committed
CI: Add the rubyinstaller2 issue link that legacy provider is not loaded.
* Add the upstream rubyinstaller2 issue link as a comment. The issue is that the legacy provider (legacy.dll) is not loaded in Windows MSYS2 OpenSSL 3 environment. * Polish the text on the comment.
1 parent 2c1add3 commit 6feeeb8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
run: echo "RUBY_OPENSSL_EXTCFLAGS=-Werror" >> $GITHUB_ENV
5252
if: ${{ !matrix.skip-warnings }}
5353

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

0 commit comments

Comments
 (0)