Skip to content

Commit 7759263

Browse files
committed
Visual Studio 2022 17.13.x couldn't build miniruby.exe. It prevents other PRs.
actions/runner-images@e43209e ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib gmp.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe Creating library miniruby.lib and object miniruby.exp [BUG] heap_idx_for_size: allocation size too large (size=145u, heap_idx=25u) ruby 3.5.0dev (2025-02-28T01:12:37Z pull/12827/merge 3d6a5a1) [x64-mswin64_140] ``` ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe NMAKE : fatal error U1077: '@ miniruby.exe -v' : return code '0xc0000005' ```
1 parent 5f2e0cb commit 7759263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
test_task: check
3232
- vs: 2019
3333
test_task: check
34-
- vs: 2022
35-
test_task: check
36-
- vs: 2022
34+
- vs: 2019
3735
test_task: test-bundled-gems
36+
# - vs: 2022
37+
# test_task: check
3838
fail-fast: false
3939

4040
runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}

0 commit comments

Comments
 (0)