Skip to content

Commit a32f0b8

Browse files
authored
Merge pull request #467 from oneclick/rm-gcc-seh-dll
Remove libgcc_s_seh-1.dll
2 parents b74e205 + 876e40b commit a32f0b8

8 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ jobs:
282282
ridk enable
283283
if (-not ([string]::IsNullOrWhiteSpace($env:run_mri_spec))) {
284284
git clone --depth 1 https://github.com/ruby/ruby -b $env:run_mri_spec &&
285-
env --unset=RUBYOPT ruby -C ruby/spec/ruby ../mspec/bin/mspec -I../../tool/lib -j --exclude "CVE-2020-10663 is resisted by only creating custom objects if passed create_additions: true or using JSON.load"
285+
cd ruby &&
286+
curl https://raw.githubusercontent.com/oneclick/rubyinstaller2-packages/refs/heads/master/mingw-w64-ruby40/0016-Windows-Change-command-line-interface-to-UTF-8-specs.patch | patch -p1 &&
287+
env --unset=RUBYOPT ruby -C spec/ruby ../mspec/bin/mspec -I../../tool/lib -j --exclude "CVE-2020-10663 is resisted by only creating custom objects if passed create_additions: true or using JSON.load" --exclude "URI#select conforms to the MatzRuby tests"
286288
}
287289
288290
- name: Verify that the used CA list is still the latest.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
bin/libgcc_s_seh-1.dll
21
bin/libwinpthread-1.dll
32
bin/x64-msvcrt-ruby230.dll
43
lib/libx64-msvcrt-ruby230.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-1_1-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-1_1-x64.dll
43
bin/x64-ucrt-ruby310.dll
54
lib/libx64-ucrt-ruby310.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-3-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-3-x64.dll
43
bin/x64-ucrt-ruby320.dll
54
lib/libx64-ucrt-ruby320.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-3-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-3-x64.dll
43
bin/x64-ucrt-ruby330.dll
54
lib/libx64-ucrt-ruby330.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-3-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-3-x64.dll
43
bin/x64-ucrt-ruby340.dll
54
lib/libx64-ucrt-ruby340.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-3-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-3-x64.dll
43
bin/x64-ucrt-ruby400.dll
54
lib/libx64-ucrt-ruby400.dll.a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/libcrypto-3-x64.dll
2-
bin/libgcc_s_seh-1.dll
32
bin/libssl-3-x64.dll
43
bin/x64-ucrt-ruby410.dll
54
lib/libx64-ucrt-ruby410.dll.a

0 commit comments

Comments
 (0)