Commit 6d77443
committed
Fix errors building Ruby 3.1 on windows
Drop testing system libraries for Ruby 3.1 because devkit is built
with a version of GCC that isn't compatible with modern msys2.
The error, on both syslib-enabled and -disabled Ruby 3.1 builds:
pacman.exe -Sy --noconfirm --noprogressbar --needed --disable-download-timeout mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-libxslt
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing mingw-w64-ucrt-x86_64-gcc-libs (15.2.0-8) breaks dependency 'mingw-w64-ucrt-x86_64-gcc-libs=14.2.0-3' required by mingw-w64-ucrt-x86_64-gcc
Error: Command failed: pacman.exe -Sy --noconfirm --noprogressbar --needed --disable-download-timeout mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-libxslt
(cherry picked from commit ae334cd)1 parent 9f14ab0 commit 6d77443
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
331 | 334 | | |
332 | 335 | | |
333 | 336 | | |
| |||
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
343 | | - | |
| 346 | + | |
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
| |||
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
554 | 560 | | |
555 | 561 | | |
556 | 562 | | |
| |||
559 | 565 | | |
560 | 566 | | |
561 | 567 | | |
562 | | - | |
| 568 | + | |
563 | 569 | | |
564 | 570 | | |
565 | 571 | | |
| |||
0 commit comments