Visual Studio 2022 17.13.x couldn't build miniruby.exe. It prevents other PRs.
e43209e139
```
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 3d6a5a1883) [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'
```
This commit is contained in:
parent
a6da77c9e9
commit
56f46e5448
Notes:
git
2025-02-28 06:51:28 +00:00
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
||||
test_task: check
|
||||
- vs: 2019
|
||||
test_task: check
|
||||
- vs: 2022
|
||||
test_task: check
|
||||
- vs: 2022
|
||||
- vs: 2019
|
||||
test_task: test-bundled-gems
|
||||
# - vs: 2022
|
||||
# test_task: check
|
||||
fail-fast: false
|
||||
|
||||
runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user